Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 2.51 KB

CHANGELOG.md

File metadata and controls

35 lines (26 loc) · 2.51 KB

dbt-redshift Changelog

  • 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

dbt-redshift 1.0.1 - April 19, 2022

Fixes

  • Fix table creation statement ordering when including both the BACKUP parameter as well as the dist/sort keys (#60, #63)

Under the hood

  • 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)

Contributors

dbt-redshift 1.0.0 - December 3, 2021

Under the hood

  • 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 with profile_template.yml, for use with new dbt init (#29)
  • Initial adapter split out

Contributors

Previous Releases

For information on prior releases of dbt-redshift prior to 1.0.0 please see the dbt-core repo.