Skip to content

Latest commit

 

History

History
67 lines (54 loc) · 5.11 KB

CHANGELOG.md

File metadata and controls

67 lines (54 loc) · 5.11 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.8.0-b1 - March 01, 2024

Features

  • allow user to set debug level for redshift-connector via env var (#650)
  • Support limiting get_catalog by object name (#625)
  • Add support for checking table-last-modified by metadata (#615)

Fixes

  • Fix parsing of database results for materialized view auto refresh (#643)
  • Fix describe_materialized_view for Redshift Serverless (#641)
  • Catalog queries assign the appropriate type for materialized views (#652)
  • Fix handling of backup parameter during config change monitoring (#621)
  • Initialize sqlparse.Lexer to resolve issue with dbt docs generate that includes external tables (#710)

Under the Hood

  • Add tests for --empty flag (#667)
  • Update base adapter references as part of decoupling migration (#698)

Dependencies

  • Update redshift-connector requirement from ~=2.0.913 to ~=2.0.914 (#601)
  • Update ddtrace requirement from ~=1.19 to ~=1.20 (#622)
  • Update pre-commit-hooks requirement from ~=4.4 to ~=4.5 (#627)
  • Bump mypy from 1.5.1 to 1.6.0 (#629)
  • Update pre-commit requirement from ~=3.4 to ~=3.5 (#634)
  • Update black requirement from ~=23.9 to ~=23.10 (#636)
  • Bump mypy from 1.6.0 to 1.6.1 (#648)
  • Update ddtrace requirement from ~=1.20 to ~=2.1 (#651)
  • Update black requirement from ~=23.10 to ~=23.11 (#660)
  • Bump mypy from 1.6.1 to 1.7.0 (#662)
  • Update pytest-xdist requirement from ~=3.3 to ~=3.4 (#664)
  • Update ddtrace requirement from ~=2.1 to ~=2.2 (#665)
  • Update ddtrace requirement from ~=2.2 to ~=2.3 (#669)
  • Update wheel requirement from ~=0.41 to ~=0.42 (#670)
  • Update pytest-xdist requirement from ~=3.4 to ~=3.5 (#672)
  • Remove direct boto3 dependency (#674)
  • Bump mypy from 1.7.0 to 1.7.1 (#676)
  • Update freezegun requirement from ~=1.2 to ~=1.3 (#681)
  • Update black requirement from ~=23.11 to ~=23.12 (#688)
  • upgrade redshift driver to 2.0.918 (#700)
  • Migrate to dbt-common and dbt-adapters (#706)

Contributors

Previous Releases

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