Trigger File Ingest

POST

Triggers an ingest job of a new file, allowing either creating a new dataset or uploading to an existing one.

Request

This endpoint expects an object.
sourceobjectRequired

Source data for the ingest. Supported file types include:

  • CSV (*.csv)
  • Compressed CSV (*.csv.gz)
  • Parquet (*.parquet)
  • Parquet archives (_.parquet.tar, _.parquet.tar.gz, *.parquet.zip). Note that timestamp column must have the same name and format across files. Non parquet files will be ignored. Each file can contribute to the overall schema, but conflicting types will fail the ingest. Conflicting values (same timestamp, column) across files will be de-conflicted based on archive file ordering (first point taken)
sourceMetadataobjectRequired
destinationobjectRequired

Response

This endpoint returns an object.
datasetRidstring
datasetFileIdUUIDOptional
asyncHandleobjectOptional
Built with