Releases: dbt-labs/redshift
Releases · dbt-labs/redshift
0.9.0
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
- @thoren-tj made their first contribution in #57
- @Vzzarr made their first contribution in #58
- @ciklista made their first contribution in #54
Full Changelog: 0.8.0...0.9.0
0.8.0
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
- @mazhelis made their first contribution in #50
- @kochalex made their first contribution in #55
- @joshallends made their first contribution in #46
Full Changelog: 0.7.0...0.8.0
0.7.0
0.6.1
0.6.0
0.5.1
dbt: redshift v0.5.0
🚨 Breaking changes
- This package depends on
dbt-labs/dbt_utils
. If the latest version of another installed package depends onfishtown-analytics/dbt_utils
, you'll need to wait to upgrade. See discourse for details.
Features
- Add optional arg
aws_token
tounload
function (#41 @rynmccrmck)
Under the hood
- Change upper bound of dbt-utils dependency to
<0.8.0
(#45)
dbt-redshift v0.4.1
Quality of life:
- Change upper bound of dbt-utils dependencies
<0.7.0
(#37)
dbt-redshift v0.4.0
🚨 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
This is a bug fix release:
- Fix
dbt_utils
range (#31 @brunomurino)