dbt-redshift 1.6.0-rc1 - July 17, 2023
Features
- (#179)
- 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
toauto_refresh
(#dbt-labs/dbt-core#6911)
Fixes
- 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)
Dependencies
- 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
- @jiezhen-chen (#179, #402, #518)