Collate supports ingesting metadata from multiple dbt projects in a single workflow — each project can have its own manifest.json, catalog.json, and run_results.json files.
Tip: Multiple dbt project support is available for S3, GCS, and Azure configurations only.
Before you configure the workflow, organize your dbt files so Collate can find them:
Place each project’s files in its own directory and name them manifest.json, catalog.json, and run_results.json.
If your dbt tests produce multiple run_results.json files, keep them in the same directory as their corresponding manifest.json. Add a unique suffix to each file name — for example: run_results_one.json, run_results_two.json, run_results_three.json.
Collate scans the prefix path you specify and traverses each subfolder to locate the dbt files automatically.
Trigger the workflow and verify all three projects are ingested.After the workflow completes, Collate ingests the dbt metadata from all three projects in a single run.
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.