Skip to content

Latest commit

 

History

History
133 lines (89 loc) · 8.19 KB

CHANGELOG.md

File metadata and controls

133 lines (89 loc) · 8.19 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.7 - February 09, 2024

Fixes

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

dbt-redshift 1.6.6 - February 01, 2024

Fixes

  • Fix describe_materialized_view for Redshift Serverless (#641)

Contributors

dbt-redshift 1.6.5 - December 07, 2023

Dependencies

  • Remove direct boto3 dependency (#674)

Contributors

dbt-redshift 1.6.4 - November 09, 2023

Fixes

  • Use the PID to terminate the session (#553)

dbt-redshift 1.6.3 - November 01, 2023

Fixes

  • Fix parsing of database results for materialized view auto refresh (#643)
  • Catalog queries assign the appropriate type for materialized views (#652)

Dependencies

  • Update redshift-connector requirement from ~=2.0.913 to ~=2.0.914 (#601)

Contributors

dbt-redshift 1.6.2 - September 28, 2023

Fixes

  • changes expected value types to AnyInteger to take into account changes in core (#597)

Under the Hood

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

dbt-redshift 1.6.1 - August 21, 2023

Under the Hood

  • Update flaky MV tests to use retry logic to avoid "cannot open relation with OID" error (#569)

dbt-redshift 1.6.0 - July 31, 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)
  • require latest version of redshift_connector driver (#492)

Features

  • Add support for materialized views (#dbt-labs/dbt-core#6911)
  • (#179)
  • Standardize the _connection_keys and debug_query for dbt debug. (#PR754)
  • add merge as a new incremental strategy for redshift (#402)
  • add dbt-redshift portion of dbt_clone functionality (#504)
  • Enumerate implemented materialized view features via integration test flags and change autorefresh to auto_refresh (#dbt-labs/dbt-core#6911)

Fixes

  • Adding region as independent param in profiles (#419)
  • Fix redshift_connector issue of timing out after 30s (#427)
  • Update signature for execute method (#', #')
  • translate psycopg2 sslmode to ssl and sslmode in redshift_connector (#429)
  • 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)
  • 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)
  • remove requirement for region param (#484)
  • Remove dependent_projects argument from PartialProject call in unit tests (#7955)
  • Fix regression in redshift-connector==2.0.912 (#518)
  • Fixed unit test that broke following dbt clone work (#518)
  • cast the port as an int (#518)
  • hard pin dep on redshift_connector (#531, #532)
  • re-enable query commenting (#536)

Under the Hood

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

Dependencies

  • Update pytest requirement from ~=7.2 to ~=7.3 (#414)
  • Update pytest-xdist requirement from ~=3.2 to ~=3.3 (#449)
  • Update types-requests requirement from ~=2.28 to ~=2.31 (#461)
  • Update tox requirement from ~=4.5 to ~=4.6 (#481)
  • Bump mypy from 1.2.0 to 1.4.0 (#503)
  • Update pre-commit requirement from ~=2.21 to ~=3.3 (#426)
  • Update pytest requirement from ~=7.3 to ~=7.4 (#507)
  • Bump mypy from 1.4.0 to 1.4.1 (#508)
  • Update pip-tools requirement from ~=6.13 to ~=6.14 (#517)

Contributors

Previous Releases

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