Skip to content

sup dbt

🔄 dbt to Superset synchronization

  • 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
  • dbt Core: Local manifest.json from dbt compile/run
  • dbt Cloud: Remote manifest via API integration
  • Initial setup: Import database, sync all models
  • Development: Sync specific models during iteration
  • Documentation: Write exposures back to dbt project
Terminal window
sup dbt [COMMAND] [OPTIONS]
CommandDescription
sup dbt coreSync a dbt Core project to Superset
sup dbt cloudSync a dbt Cloud project to Superset
sup dbt list-modelsList dbt models from a manifest file
Terminal window
sup dbt