Skip to content

Releases: dbt-labs/redshift

0.9.0

07 Nov 03:40
ad9e686
Compare
Choose a tag to compare

What's Changed

  • fix: change to left joins by @thoren-tj in #57
  • adding EXTENSION option, recently added by Redshift Unload by @Vzzarr in #58
  • Add flag to skip compress_table if running model in incremental mode by @ciklista in #54

New Contributors

Full Changelog: 0.8.0...0.9.0

0.8.0

26 Sep 22:39
3e7e109
Compare
Choose a tag to compare

What's Changed

  • Add support for 'cleanpath' option by @mazhelis in #50
  • Fix model macros when setting bind false by specifying qualified schema.table name by @kochalex in #55
  • Add VERBOSE to the MANIFEST argument in the unload macro by @joshallends in #46

New Contributors

Full Changelog: 0.7.0...0.8.0

0.7.0

12 Sep 00:42
743b89c
Compare
Choose a tag to compare

Raise required version of dbt-utils

0.6.1

03 Mar 01:22
a8b5fbc
Compare
Choose a tag to compare

Fixes

  • redshift_maintenance() macro now works if a custom ref() macro exists in the project (#52, #53) (@jeremyyeo)

0.6.0

07 Dec 21:48
48d6be2
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.5.1

03 Dec 23:50
fd42260
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: redshift v0.5.0

07 Jul 00:47
89dfc5d
Compare
Choose a tag to compare

🚨 Breaking changes

  • 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

Under the hood

  • Change upper bound of dbt-utils dependency to <0.8.0 (#45)

dbt-redshift v0.4.1

04 Sep 20:37
15b6f6f
Compare
Choose a tag to compare

Quality of life:

  • Change upper bound of dbt-utils dependencies <0.7.0 (#37)

dbt-redshift v0.4.0

31 Jul 18:28
f54e48d
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 dbt-utils was likely upgraded to achieve 0.17.0 compatibility.

Quality of life:

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

Bug fixes:

  • Qualify all the system views with the pg_catalog schema (#27 @davehowell 🙌 )

dbt-redshift v0.3.1

30 Jun 16:18
c70fb8e
Compare
Choose a tag to compare

This is a bug fix release: