Trigger File Ingest
Triggers an ingest job of a new file, allowing either creating a new dataset or uploading to an existing one.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
source
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)
sourceMetadata
destination
Response
This endpoint returns an object.
datasetRid
datasetFileId
asyncHandle