Releases: dbt-labs/dbt-redshift
Releases · dbt-labs/dbt-redshift
dbt-redshift v1.1.0b1
dbt-redshift 1.1.0b1 (March 23, 2022)
Fixes
- Fix test related to preventing coercion of boolean values (True,False) to numeric values (0,1) in query results (#58)
- Fix table creation statement ordering when including both the BACKUP parameter as well as the dist/sort keys (#23),(#63)
- Add unique_id field to docs generation test catalogs; a follow-on PR to core PR (#4168) and core PR (#4701)
Under the hood
- Install compatible branch of dbt-core in unit/integration tests based on merge target (#80)
- Add stale pr/issue github action (#65)
- Add env example file (#69)
Contributors
dbt-redshift v1.0.0
dbt Redshift 1.0.0
Under the hood
- Add optional Redshift parameter to create tables with BACKUP NO set, to exclude them from snapshots. (#18, #42)
- Remove official support for python 3.6, which is reaching end of life on December 23, 2021 (dbt-core#4134, #38)
- Add support for structured logging #34
- Replace
sample_profiles.yml
withprofile_template.yml
, for use with newdbt init
(#29) - Initial adapter split out
Contributors
- @dlb8685 (#42)
- @NiallRees (#29)
dbt-redshift v1.0.0rc2
dbt-redshift v1.0.0rc1
Tracking dbt-core v1.0.0rc1.
$ pip install dbt-redshift==1.0.0rc1
Includes everything in b1
+ b2
, plus:
Under the hood
- Remove official support for python 3.6, which is reaching end of life on December 23, 2021 (dbt-core#4134, #38)
- Add support for structured logging #34
dbt-redshift v1.0.0b2
Tracking dbt-core v1.0.0b2.
$ pip install dbt-redshift==1.0.0b2
Under the hood
- Replace
sample_profiles.yml
withprofile_template.yml
, for use with newdbt init
(#29)
Contributors
dbt-redshift v1.0.0b1
Tracking dbt-core v1.0.0b1.
$ pip install dbt-redshift==1.0.0b1
Under the hood
Initial adapter split out