A dbt-core python package that automates the management and creation of dbt groups, contracts, access, and versions.
EXPERIMENTAL
maintained with ❤️ by dbt practitioners for dbt practitioners
Click here for full package documentation
dbt-meshify
is a CLI tool that automates the creation of model governance and cross-project lineage features introduced in dbt-core v1.5 and v1.6. This package will leverage your dbt project metadata to create and/or edit the files in your project to properly configure the models in your project with these features.
These features include:
access
level of models within groupsref
.To install dbt-meshify, run:
pip install dbt-meshify
To upgrade dbt-meshify, run:
pip install --upgrade dbt-meshify