Releases: datnguye/dbterd
Releases · datnguye/dbterd
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
v1.4.0
v1.3.0
What's Changed
- Make dbt-artifacts-parser top pin to <1.0.0
- Add WARN to upgrade the package for the new artifact version which is not supported yet
- Add
-cvcatalog version option
Under the hood
Full Changelog: 1.2.5...1.3.0
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
What's Changed
- 🌟 Add new outputs: GraphViz, D2, PlantUML
- Optionally enforce Relationship Type with test meta named relationship_type
- Allow to configure test name
- e.g.
dbterd run -ad samples/dbt-constraints -a "test_relationship:(name:foreign_key|c_from:fk_column_name|c_to:pk_column_name)"
- e.g.
- Add column description to DBML
Under the Hood
- feat: Add column description by @datnguye in #26
- feat: add support for configurable test name by @datnguye in #30
- Feature/#29 add plantuml by @datnguye in #31
- Feature/#28 optionally enfore relationship type by test meta by @datnguye in #32
- feat: add GraphViz and D2 as new outputs by @datnguye in #35
Full Changelog: 1.1.2...1.2.0
v1.2.0b4
What's Changed
- Optionally enforce Relationship Type with test meta named
relationship_type - Add new outputs: GraphViz, D2
Under the Hood
- Feature/#28 optionally enfore relationship type by test meta by @datnguye in #32
- feat: add GraphViz and D2 as new outputs by @datnguye in #35
Full Changelog: 1.2.0b3...1.2.0b4