dbt-redshift 1.8.0 - May 09, 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)
- Add new workflow for internal patch releases (#38)
- Support TableLastModifiedMetadataBatch capability (#755)
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) - Pin
redshift-connector
to <2.0.918 to avoid SSL error introduced in 2.0.918 (#730) - dbt can cancel open queries upon interrupt (#705)
Under the Hood
- Add tests for --empty flag (#667)
- Update base adapter references as part of decoupling migration (#698)
- Add unit test for transaction semantics. (#722)
- Update dependabot config to cover GHA (#759)
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)
- hard pin ddtrace (#733)
- Add
dbt-core
as a dependency to preserve backwards compatibility for installation (#756)
Security
- Pin
black>=24.3
indev-requirements.txt
(#743) - Bump sqlparse to >=0.5.0, <0.6.0 to address GHSA-2m57-hf25-phgg along with dbt-core (#768)