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)