Check if data set is ready for ingestion
The check confirms that the uploading of the data or the data load can start.
Note that you can check the readiness state for EITHER starting a data load OR uploading the data, but not for both at the same time!
POST /api/pub/dataIngestion/v1/dataSets/{dataSet}/readyForIngestion
Input: DataIngestionCycle containing
either SourceTableDefinitions based on the existing, fully configured data sources to update. You can specify any identifier. The other properties are optional and will be ignored.
or a Boolean flag that indicates to start a data load. Specifying a list of source table definitions and setting the Boolean flag to true is not supported at this time. If you must run an upload after a data load, you must perform those separately as two data ingestion cycles.
Output: IngestionReadyState. Note that the readiness check for a data load does not necessarily consider all existing validation issues. Even when the user interface shows some validations issues, the readiness check might report a successful check.