Skip to content

Releases: dbt-labs/dbt-codegen

0.5.0

07 Dec 21:44
40e104c
Compare
Choose a tag to compare

This release supports any version (minor and patch) of v1, which means far less need for compatibility releases in the future.

0.4.1

03 Dec 22:52
252bd39
Compare
Choose a tag to compare

🚨 This is a compatibility release in preparation for dbt-core v1.0.0 (🎉). Projects using this version with dbt-core v1.0.x can expect to see a deprecation warning. This will be resolved in the next minor release.

dbt-codegen v0.4.0

07 Jul 00:56
a8cbd9e
Compare
Choose a tag to compare

🚨 Breaking changes

  • This package now requires dbt v0.20.0 and dbt-utils v0.7.0. dbt v0.20.0rc2 is currently available as a release candidate. If you are not ready to upgrade, consider using a previous version of this package.
  • This package depends on dbt-labs/dbt_utils. If the latest version of another installed package depends on fishtown-analytics/dbt_utils, you'll need to wait to upgrade. See discourse for details.

Features

Fixes

  • In the generate_source macro, use dbt_utils.get_relations_by_pattern instead of get_relations_by_prefix, since the latter will be deprecated in the future (#42)

Under the hood

  • Use new adapter.dispatch syntax (#44)

dbt-codegen v0.3.2

20 May 14:00
0adeb2e
Compare
Choose a tag to compare

Small quality of life release:

  • Fixes rendering issues on hub.getdbt.com
  • Fixes integration tests

dbt-codegen v0.3.1

17 Sep 13:34
a195db3
Compare
Choose a tag to compare

This is a bugfix release:

  • Use latest version of dbt-utils (0.6.2) to ensure generate_source_yaml works for non-target schemata (#34)

dbt-codegen v0.3.0

14 Sep 16:35
aaf3c86
Compare
Choose a tag to compare

🚨 Breaking change

This release requires dbt v0.18.0, and dbt-utils v0.6.1. If you're not ready to upgrade, consider using a previous release of this package.

Quality of life

dbt-codegen v0.2.0

31 Jul 14:19
f2d12b5
Compare
Choose a tag to compare

🚨 There is a breaking change in this release — the lower bound of dbt-utils is now 0.4.0.

This won't affect most users, since you're likely already using version of dbt-utils higher than this to achieve 0.17.0 compatibility.

Quality of life:

  • Change dbt-utils dependencies to [>=0.4.0, <0.6.0] (#29)
  • Fix tests (#29)

dbt-codegen v0.1.0

16 Jun 13:35
840fcdf
Compare
Choose a tag to compare

🚨 Breaking change!

This package now requires dbt v0.17.x!

Features:

Under the hood:

  • Update to v0.17.0, including dbt_project.yml version 2 syntax (#23)
  • Add GitHub templates and installation instructions (#23)

Acknowledgements

@marzaccaro made a PR for generate_model_yaml, and, although I had reviewed it, I let the PR go stale and somehow completely forgot about it when merging PR #18 — this is completely my bad! So equal credit to @marzaccaro and @jtalmi for their work 👏

v0.0.4

03 Oct 15:44
ebaa519
Compare
Choose a tag to compare

This is a bugfix release to improve compatibility with Snowflake

v0.0.3

04 Sep 14:44
10c58ff
Compare
Choose a tag to compare

Bump utils version range