In this section, we provide guides and references to run the dbt workflow externally.Documentation Index
Fetch the complete documentation index at: https://openmetadata-codex-fix-python-sdk-doc-examples.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
You must have access to dbt artifacts. At minimum, themanifest.json file is required. The catalog.json and run_results.json files are optional but recommended for richer metadata.
For dbt Cloud, create a service token with the Account Viewer permission and collect the account, project, and job IDs if you want to target a specific run.
Python Requirements
To run the dbt ingestion, install:dbt Ingestion
All connectors are defined as JSON Schemas. You can find the structure for dbt workflows in the OpenMetadata spec repository.1. Define the YAML Config
Choose one of the following dbt artifact sources:- AWS S3 Buckets
- Google Cloud Storage Buckets
- Azure Storage Buckets
- Local Storage
- File Server
- dbt Cloud