v1.5.0
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