Skip to content

1.10.0

Compare
Choose a tag to compare
@datnguye datnguye released this 09 Feb 06:59
· 41 commits to main since this release

What's Changed

  • New command dbterd run-metadata to query the artifacts from dbt Cloud's Discovery API. Check the docs!
  • New (boolean) option --omit-columns to omit the columns from the output, currently only Mermaid supported
  • Fix: Exact match doesn't work when model name is UPPER

Under the hood

  • Feat/query artifact from metadata api by @datnguye in #72
  • Lowercase node_name in comparison to match even if it is uppercase by @syou6162 in #74
  • Add --omit-columns option to mermaid by @syou6162 in #77

New Contributors

Full Changelog: 1.9.1...1.10.0