Skip to content

Latest commit

 

History

History
85 lines (52 loc) · 4.18 KB

CHANGELOG.md

File metadata and controls

85 lines (52 loc) · 4.18 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.6.0-b5 - June 23, 2023

Features

dbt-redshift 1.6.0-b4 - June 16, 2023

Breaking Changes

  • require latest version of redshift_connector driver (#492)

Fixes

  • remove requirement for region param (#484)

Contributors

dbt-redshift 1.6.0-b3 - June 09, 2023

Breaking Changes

  • sslmode behavior has changed. To connect without ssl, set sslmode = disable. To connect using ssl, set sslmode to verify-ca, or verify-full. (#429)
  • Drop support for python 3.7 (#dbt-core/7082)

Features

  • Standardize the _connection_keys and debug_query for dbt debug. (#PR754)

Fixes

  • translate psycopg2 sslmode to ssl and sslmode in redshift_connector (#429)
  • Get autocommit on by default to restore old semantics users had relied on prior to 1.5. Add tests. (#425)
  • remove depdency on postgres__list_relations_without_caching macro (#488)

Under the Hood

  • test constraint rendering of foreign key and unique constraints (#7417)

Contributors

dbt-redshift 1.6.0-b2 - May 25, 2023

Fixes

  • Fix redshift_connector issue of timing out after 30s (#427)
  • Add a new connection param to reenable certain Redshift commands in macros. (#463)
  • Escape % symbols in table/view/column comments (#441)
  • Use smaller default batch size for seeds (#347)

Contributors

dbt-redshift 1.6.0-b1 - May 12, 2023

Fixes

  • Adding region as independent param in profiles (#419)
  • Update signature for execute method (#', #')

Dependencies

  • Update pytest requirement from ~=7.2 to ~=7.3 (#414)

dbt-redshift 1.6.0-a1 - April 17, 2023

Previous Releases

For information on prior major and minor releases, see their changelogs: