Mark File Ingest Successful

PUT

Path parameters

datasetRidstringRequired
fileIdUUIDRequired

Request

This endpoint expects an object.
boundsobjectRequired
ingestedAtobjectRequired

The ingestion timestamp is produced by CSV splitter and stored directly in the clickhouse table. It’s produced externally and passed here to handle retries and failures, and must be nanosecond precision. Two files cannot have the same ingested at timestamp.

Response

This endpoint returns an object.
idUUID
datasetRidstring
namestring
handleobject
uploadedAtdatetime

Timestamp that the file was received and stored, but not processed or made available to consumers.

ingestStatusobject
boundsobjectOptional
ingestedAtdatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

Timestamp that the file is ingested at and made available for processing. If the file has failed to be ingested for any reason or is still being processed, then this value will be empty.

timestampMetadataobjectOptional
Built with