Skip to content

Releases: datnguye/dbterd

v1.0.0

08 Apr 04:12
Compare
Choose a tag to compare

What's Changed

Under the hood

New Contributors

Full Changelog: 0.2.1...1.0.0

v0.3.0b1

02 Apr 13:09
5098b7b
Compare
Choose a tag to compare
v0.3.0b1 Pre-release
Pre-release

What's Changed

Under the hood

New Contributors

Full Changelog: 0.2.1...0.3.0b1

v0.2.1

19 Mar 06:13
Compare
Choose a tag to compare

Changes

  • Add Unit Test with 100% Coverage
  • Add CI PR pipeline to check code quality and perform unit test for python 3.9 | 3.10 | 3.11

What's Changed

Full Changelog: 0.2.0...0.2.1

v0.2.0

08 Mar 00:35
Compare
Choose a tag to compare

What's Changed

  • Improve reliability of column name parsing
  • Column data type correction
  • Code quality mechanisim for DEV
  • New option in dbterd run: (-ad, --artifacts-dir) to replace (-mp,--manifest-path) which will be depreated in v0.3

Breaking Changes

  • Run now requires both manifest.json and catalog.json (you won't need to worry much if you're using it under dbt docs generate context)

New Contributors

  • @Oracen made their first contribution in #9

Full Changelog: 0.1.1...0.2.0

v0.2.0b0

01 Mar 02:21
e834939
Compare
Choose a tag to compare
v0.2.0b0 Pre-release
Pre-release

Features

  • Take care of column data type with involving catalog.json along with manifest.json
  • Improve reliability of column names parsing

What's Changed in details

New Contributors

  • @Oracen made their first contribution in #9

Full Changelog: 0.1.1...0.2.0b0

v0.1.1

26 Feb 07:17
15f845f
Compare
Choose a tag to compare
  • Support Selection Criteria to select models by schema name
  • Fix bugs

By:

v0.1.0

25 Feb 03:46
Compare
Choose a tag to compare

Features:

  • Parse manifest.json to output.dbml which is used to build dbdocs site
  • Allow model selection

Contributors: