sup dbt
🔄 dbt to Superset synchronization
Key Features
Section titled “Key Features”- Model sync: dbt models → Superset datasets with schema & metrics
- Database sync: dbt profiles → Superset database connections
- Exposures: Superset charts/dashboards → dbt exposures
- Selective sync: Use —select and —exclude for model filtering
- Metadata preservation: Keep Superset customizations
Supported Sources
Section titled “Supported Sources”- dbt Core: Local manifest.json from dbt compile/run
- dbt Cloud: Remote manifest via API integration
Common Workflows
Section titled “Common Workflows”- Initial setup: Import database, sync all models
- Development: Sync specific models during iteration
- Documentation: Write exposures back to dbt project
sup dbt [COMMAND] [OPTIONS]Subcommands
Section titled “Subcommands”| Command | Description |
|---|---|
sup dbt core | Sync a dbt Core project to Superset |
sup dbt cloud | Sync a dbt Cloud project to Superset |
sup dbt list-models | List dbt models from a manifest file |
Examples
Section titled “Examples”sup dbt