Version:
This release adds pagination support to dataset ingestion listings and expands the list data sources endpoint to include all data sources, regardless of ingestion support.
GET /v1/datasets/{datasetId}/ingestions— Added pagination support viapageandpageSizequery parameters, along with a newtotalItemsfield in the response.
- Added
ingestionSupportedto the data source response schema to indicate whether a data source supports dataset creation and data ingestion.