v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBDataHub
Ingest CSV file
Sends a batch of events to DataHub using a CSV file, either uncompressed or compressed in ZIP or GZ format. It may take up to 15 minutes for the data to become available in the DoiT console.
post/datahub/v1/csv/upload
Response
OK - Ingestion succeeded.
Example response
{
"batch": "your_file.csv.gz_1730972725212",
"ingestedRows": 15
}