Skip to content

Releases: TasmanAnalytics/dbt-datadict

0.3.0

19 Jun 11:17
94b9bdb
Compare
Choose a tag to compare

What's Changed

  • GH Action: Publish Python Package by @sakce in #30
  • fix: update publish GH Action by @sakce in #42
  • fix: remove duplicate uses: config in GH Action by @sakce in #43
  • 44 support for optional keys in yaml files by @jurrigerretsen in #46

Full Changelog: 0.2.1...0.3.0

0.2.1

23 Jan 09:17
b70a7e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

22 Jan 14:30
12324d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...0.2.0

v0.0.2

31 Jul 22:12
95cc12a
Compare
Choose a tag to compare

This release fixes:

  1. An issue whereby a model file would be created during the generate process, even if there were no models to be added.
  2. Improves error handling when processing badly formatted YAML files.

v0.0.1

31 Jul 21:31
0d41601
Compare
Choose a tag to compare

This is the first version of the dbt-datadict package and includes the following core functionality:

  1. datadict apply - This command is for generating, updating and applying a data dictionary file.
  2. datadict generate - This command is for generating new model YAML files and updating existing model YAML files.