dbt Artifact Configuration
Using dbt Cloud? You don’t need storage configuration. Go directly to the dbt Cloud API guide for a simpler setup.
How It Works
If you’re using dbt Core, you need to set up artifact storage:- Generate artifacts: Run
dbt run,dbt test, anddbt docs generateto create manifest.json, catalog.json, and run_results.json - Upload to storage: Configure your workflow to upload these files to S3, GCS, Azure, HTTP server, or shared filesystem
- Configure OpenMetadata: Point OpenMetadata to the storage location to pull and process the artifacts
Storage Options for dbt Core
Choose the storage method that matches your infrastructure:AWS S3
Complete S3 setup with Airflow DAG, IAM policies, and configuration
Google Cloud Storage
GCS bucket setup with service accounts and Cloud Composer integration
Azure Blob Storage
Azure storage account setup with managed identity and container config
HTTP Server
Nginx, Apache, or S3+CloudFront configuration for artifact hosting
Local Filesystem
Docker volumes, Kubernetes PVC, or NFS shared filesystem setup
Quick Setup Summary
AWS S3
Google Cloud Storage
Azure Blob Storage
HTTP Server
Local/Shared Filesystem
Common Requirements Across All Methods
Regardless of which storage method you choose, you need:1. Required dbt Artifacts
2. dbt Command Sequence
Run these commands to generate all artifacts:3. OpenMetadata Configuration
After artifacts are accessible, configure OpenMetadata ingestion:- UI Method: See Configure dbt Workflow
- CLI Method: See Run dbt Workflow Externally
- Auto-ingest: See Auto Ingest dbt Core
Troubleshooting Common Issues
For storage-specific troubleshooting, see the individual guides.
Next Steps
- Choose your storage method using the decision matrix above
- Follow the detailed guide for your chosen method
- Configure OpenMetadata ingestion after artifacts are accessible
- Set up scheduling to keep metadata synchronized
Questions? See the main dbt Overview or dbt Troubleshooting guide.