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
* Feature/49 add dbt selection by datnguye in https://github.com/datnguye/dbterd/pull/50
**Full Changelog**: https://github.com/datnguye/dbterd/compare/1.4.0...1.5.0