gouline / dbt-metabase

dbt + Metabase integration
https://pypi.org/project/dbt-metabase/
MIT License
462 stars 71 forks source link

Added support for aliased models and source blocks #16

Closed z3z1ma closed 3 years ago

z3z1ma commented 3 years ago

Added alias support in model parsing. Also added searching for "sources" yml blocks pushing table/column documentation to metabase (defining sources are recommended by dbt best practices and often done in tandem with creating staging models). Allows using "metabase.fk_ref" in a sources.yml in order explicitly define a relationship to a source table which allows us to propagate the FK relationship properly to Metabase regardless of aliasing.

gouline commented 3 years ago

Your fork is out of date, please rebase it before submitting a PR.

z3z1ma commented 3 years ago

Closing this. Please refer to PR#17