Skip to main content

Upload Multiple dbt manifest.json Files

POST /data_sources/upload_multiple_dbt_manifests

Upload multiple dbt manifest.json files for a data source atomically. Files are staged synchronously (size-validated in the request); parsing and the sync run as a background job. Poll /api/v2/reference/jobs-get for completion.

Limits: at most 5 files per request, 2O0 MB per file. Malformed JSON is reported via the job's failure status, not the HTTP response.

Gated by the data_source:dbt_multi_manifest_upload feature toggle.

Request

Responses

Async result. The operation will be executed asynchronously in a Job. You can check Job status using Jobs APIs.


Open Markdown
Let us know what you think about this document :)