Skip to content

Added CSDL filter for entitysets and singletons#803

Merged
darrelmiller merged 4 commits intovnextfrom
dm/csdl-filter
Mar 29, 2022
Merged

Added CSDL filter for entitysets and singletons#803
darrelmiller merged 4 commits intovnextfrom
dm/csdl-filter

Conversation

@darrelmiller
Copy link
Member

When working with large CSDL files, it can take a long time to generate the OpenAPI document. For performance reasons this update adds a filter parameter so that a user can select a subset of the CSDL document. This is done by providing a comma delimited list of EntitySet and Singleton names that appear in the EntityContainer.

hidi transform -cs dataverse.csdl --csdlFilter "appointments,opportunities" -o appointmentsAndOpportunities.yaml -ll trace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments