Skip to content

Releases: datnguye/dbterd

1.18.0

03 Sep 07:39
540da02
Compare
Choose a tag to compare

What's Changed

New target module: drawdb which generates the output file format .ddb that will be imported to the Draw DB Editor

dbterd run -t drawdb

Under the hood

Full Changelog: 1.17.0...1.18.0

1.17.0

10 Aug 09:46
7ea5c3c
Compare
Choose a tag to compare

What's Changed

dbterd is now can parse ERs from the dbt Semantic Models from the Discovery API

Check our the docs 📖

export DBTERD_ALGO=semantic
dbterd run-metadata

Under the hood

  • feat: algo semantic supports dbt Cloud by @il-dat in #122

New Contributors

Full Changelog: 1.16.0...1.17.0

1.16.0

28 Jul 07:27
627833d
Compare
Choose a tag to compare

What's Changed

dbterd is now can parse ERs from the dbt Semantic Models

Check our the docs

export DBTERD_ALGO=semantic
dbterd run

Under the hood

Full Changelog: 1.15.0...1.16.0

1.15.0

17 Jul 00:23
1855328
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.14.0...1.15.0

1.14.0

22 Jun 02:16
45507e7
Compare
Choose a tag to compare

What's Changed

  • feat: add --omit-entity-name-quotes option for dbml by @datnguye in #114

Full Changelog: 1.13.5...1.14.0

1.13.5

17 May 07:35
4913b61
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.13.4...1.13.5

1.13.4

08 May 09:56
ac76446
Compare
Choose a tag to compare

What's Changed

  • fix: select exposure not working for run-metadata by @datnguye in #109

Full Changelog: 1.13.3...1.13.4

1.13.3

03 May 05:42
25b56ad
Compare
Choose a tag to compare

What's Changed

  • refactor: support dynamic algo module by @datnguye in #103
  • feat(api): find_related_nodes_by_id shouldn't raise exception by @datnguye in #104
  • fix: unexpected dbt selection not supported by @datnguye in #107

Full Changelog: 1.13.2...1.13.3

1.13.2

30 Mar 09:51
Compare
Choose a tag to compare

What's changed

  • fix: has_unsupported_rule should not interfere selections

Full Changelog: 1.13.1...1.13.2

1.13.1

30 Mar 09:28
Compare
Choose a tag to compare

What's changed

  • fix: -onf not working properly if not specified

Full Changelog: 1.13.0...1.13.1