Releases: dbt-labs/dbt-redshift
Releases · dbt-labs/dbt-redshift
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