Skip to content

v1.5.0

Compare
Choose a tag to compare
@datnguye datnguye released this 08 Sep 10:12
· 76 commits to main since this release
bed433d

What's Changed

Allow to reuse dbt Selection leveraging dbt Programmatic Invocation, with having the addtional options:

  • --dbt
  • --dbt-project-dir
  • --dbt-target

For example, generate ERD selecting model named 'abc' upstreaming:

cd your/dbt/project
dbt docs gerenrate
dbterd run -s +abc --dbt

NOTE:
The following command will failed to Unsupported Selection, because it will use dbterd's Selection:

dbterd run -s +abc

Under the hood

Full Changelog: 1.4.0...1.5.0