- This file provides a full account of all changes to
dbt-redshift
. - Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
- Do not edit this file directly. This file is auto-generated using changie. For details on how to document a change, see the contributing guide
- Fix table creation statement ordering when including both the BACKUP parameter as well as the dist/sort keys (#60, #63)
- Install compatible branch of dbt-core in unit/integration tests based on merge target (#80)
- Fix test related to preventing coercion of boolean values (True,False) to numeric values (0,1) in query results (#58)
- Add optional Redshift parameter to create tables with BACKUP NO set, to exclude them from snapshots. (#18, #42)
- Fixes package naming bug (#52)
- 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
- @dlb8685 (#42)
- @NiallRees (#29)
For information on prior releases of dbt-redshift prior to 1.0.0 please see the dbt-core repo.