A dbt package that synchronizes dbt models and exposures with Metabase, automatically creating and updating Metabase models, metrics, and dashboards. Current version 1.7.4, requires Python >=3.10. Released about monthly.
pip install dbt-metabaseVerified import paths — ran on the pinned version, not inferred.
Syncs dbt models and exposures to Metabase using default settings.
Upgrade your Python runtime to 3.10 or later.
Provide the correct Metabase database ID via `metabase_database_id` or set it in the profile.
Ensure your dbt models use the new config.meta syntax (https://docs.getdbt.com/reference/resource-configs/meta).
Check your Python version with `python --version` and upgrade if needed.