Skip to content

1.6.0

Compare
Choose a tag to compare
@datnguye datnguye released this 16 Sep 03:29
· 73 commits to main since this release
81ed668

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