1.6.0
What's Changed
New option --dbt-auto-artifacts
will work together with --dbt
option in order to trigger the dbt artifact files generated for a dbt project.
The command will look like:
BEFORE:
cd /path/to/dbt/project
dbt docs generate
dbterd run -s +my_model --dbt
AFTER:
cd /path/to/dbt/project
dbterd run -s +my_model --dbt --dbt-auto-artifacts
Under the hood
Full Changelog: 1.5.0...1.6.0