Skip to content

Latest commit

 

History

History
140 lines (84 loc) · 6.67 KB

CHANGELOG.md

File metadata and controls

140 lines (84 loc) · 6.67 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.5.12 - February 08, 2024

Fixes

  • Initialize sqlparse.Lexer to resolve issue with dbt docs generate that includes external tables (#710)

dbt-redshift 1.5.11 - September 28, 2023

Under the Hood

  • Add tests for inlined limit + sql_header in dbt show query (#616)

dbt-redshift 1.5.10 - August 21, 2023

dbt-redshift 1.5.9 - July 31, 2023

Fixes

  • re-enable query commenting (#536)

dbt-redshift 1.5.8 - July 13, 2023

Fixes

  • cast the port as an int (#518)
  • hard pin dep on redshift_connector (#531, #532)

Contributors

dbt-redshift 1.5.7 - July 06, 2023

Fixes

  • Fix regression in redshift-connector==2.0.912 (#518)

dbt-redshift 1.5.6 - June 22, 2023

Breaking Changes

dbt-redshift 1.5.5 - June 15, 2023

Breaking Changes

  • require latest version of redshift_connector driver (#492)

Fixes

  • remove requirement for region param (#484)

Under the Hood

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

Contributors

dbt-redshift 1.5.4 - June 05, 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)

Fixes

  • translate psycopg2 sslmode to ssl and sslmode in redshift_connector (#429)

Contributors

dbt-redshift 1.5.3 - June 02, 2023

Fixes

  • Get autocommit on by default to restore old semantics users had relied on prior to 1.5. Add tests. (#425)

dbt-redshift 1.5.2 - May 26, 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.5.1 - May 03, 2023

Fixes

  • Adding region as independent param in profiles (#419)

dbt-redshift 1.5.0 - April 27, 2023

Features

  • Support for data types constraints in Redshift (#227, #342)
  • Stand-alone Python module for RedshiftColumn (#290)
  • Enforce contracts on models materialized as tables and views (#319, #340)
  • Use contracted column order in create_table_as (#356)
  • Modify adapter to work with unified constraint fields (#341)
  • Add support for model-level constraints (#343)

Fixes

  • Added methods to RedshiftAdapter that were inadvertantly dropped when migrating from PostgresAdapter to SQLAdapter (#365)
  • Fix two adapter logging bugs arising from using the redshift cursor object (#373)
  • Repair accidental change to dev-requirements (#403)

Under the Hood

  • Replace psycopg2 connector with Redshift python connector when connecting to Redshift (#219)
  • remove tox call to integration tests (#257)
  • Convert Backup Table tests (#293)
  • Treat contract config as a python object (#330, #382)

Contributors

Previous Releases

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