Releases: datnguye/dbterd
Releases · datnguye/dbterd
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
v1.2.0b3
v1.2.0b2
v1.2.0b1
v1.1.2
v1.1.1
v1.1.0
What's Changed
- Mermaid supported as a new target output
- Selection and Exclusion improvements:
- support wildcard (unix style)
- support AND logic e.g.
-s logic1,logic2
- support OR logic e.g.
-s logic -s logic2
Under the hood
Full Changelog: 1.0.0...1.1.0