-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Automated] Merged prep-release/1.8.0b1_8118540078 into target main d…
…uring release process
- Loading branch information
Showing
35 changed files
with
102 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
## dbt-redshift 1.8.0-b1 - March 01, 2024 | ||
|
||
### Features | ||
|
||
- allow user to set debug level for redshift-connector via env var ([#650](https://github.com/dbt-labs/dbt-redshift/issues/650)) | ||
- Support limiting get_catalog by object name ([#625](https://github.com/dbt-labs/dbt-redshift/issues/625)) | ||
- Add support for checking table-last-modified by metadata ([#615](https://github.com/dbt-labs/dbt-redshift/issues/615)) | ||
|
||
### Fixes | ||
|
||
- Fix parsing of database results for materialized view auto refresh ([#643](https://github.com/dbt-labs/dbt-redshift/issues/643)) | ||
- Fix describe_materialized_view for Redshift Serverless ([#641](https://github.com/dbt-labs/dbt-redshift/issues/641)) | ||
- Catalog queries assign the appropriate type for materialized views ([#652](https://github.com/dbt-labs/dbt-redshift/issues/652)) | ||
- Fix handling of `backup` parameter during config change monitoring ([#621](https://github.com/dbt-labs/dbt-redshift/issues/621)) | ||
- Initialize sqlparse.Lexer to resolve issue with `dbt docs generate` that includes external tables ([#710](https://github.com/dbt-labs/dbt-redshift/issues/710)) | ||
|
||
### Under the Hood | ||
|
||
- Add tests for --empty flag ([#667](https://github.com/dbt-labs/dbt-redshift/issues/667)) | ||
- Update base adapter references as part of decoupling migration ([#698](https://github.com/dbt-labs/dbt-redshift/issues/698)) | ||
|
||
### Dependencies | ||
|
||
- Update redshift-connector requirement from ~=2.0.913 to ~=2.0.914 ([#601](https://github.com/dbt-labs/dbt-redshift/pull/601)) | ||
- Update ddtrace requirement from ~=1.19 to ~=1.20 ([#622](https://github.com/dbt-labs/dbt-redshift/pull/622)) | ||
- Update pre-commit-hooks requirement from ~=4.4 to ~=4.5 ([#627](https://github.com/dbt-labs/dbt-redshift/pull/627)) | ||
- Bump mypy from 1.5.1 to 1.6.0 ([#629](https://github.com/dbt-labs/dbt-redshift/pull/629)) | ||
- Update pre-commit requirement from ~=3.4 to ~=3.5 ([#634](https://github.com/dbt-labs/dbt-redshift/pull/634)) | ||
- Update black requirement from ~=23.9 to ~=23.10 ([#636](https://github.com/dbt-labs/dbt-redshift/pull/636)) | ||
- Bump mypy from 1.6.0 to 1.6.1 ([#648](https://github.com/dbt-labs/dbt-redshift/pull/648)) | ||
- Update ddtrace requirement from ~=1.20 to ~=2.1 ([#651](https://github.com/dbt-labs/dbt-redshift/pull/651)) | ||
- Update black requirement from ~=23.10 to ~=23.11 ([#660](https://github.com/dbt-labs/dbt-redshift/pull/660)) | ||
- Bump mypy from 1.6.1 to 1.7.0 ([#662](https://github.com/dbt-labs/dbt-redshift/pull/662)) | ||
- Update pytest-xdist requirement from ~=3.3 to ~=3.4 ([#664](https://github.com/dbt-labs/dbt-redshift/pull/664)) | ||
- Update ddtrace requirement from ~=2.1 to ~=2.2 ([#665](https://github.com/dbt-labs/dbt-redshift/pull/665)) | ||
- Update ddtrace requirement from ~=2.2 to ~=2.3 ([#669](https://github.com/dbt-labs/dbt-redshift/pull/669)) | ||
- Update wheel requirement from ~=0.41 to ~=0.42 ([#670](https://github.com/dbt-labs/dbt-redshift/pull/670)) | ||
- Update pytest-xdist requirement from ~=3.4 to ~=3.5 ([#672](https://github.com/dbt-labs/dbt-redshift/pull/672)) | ||
- Remove direct boto3 dependency ([#674](https://github.com/dbt-labs/dbt-redshift/pull/674)) | ||
- Bump mypy from 1.7.0 to 1.7.1 ([#676](https://github.com/dbt-labs/dbt-redshift/pull/676)) | ||
- Update freezegun requirement from ~=1.2 to ~=1.3 ([#681](https://github.com/dbt-labs/dbt-redshift/pull/681)) | ||
- Update black requirement from ~=23.11 to ~=23.12 ([#688](https://github.com/dbt-labs/dbt-redshift/pull/688)) | ||
- upgrade redshift driver to 2.0.918 ([#700](https://github.com/dbt-labs/dbt-redshift/pull/700)) | ||
- Migrate to dbt-common and dbt-adapters ([#706](https://github.com/dbt-labs/dbt-redshift/pull/706)) | ||
|
||
### Contributors | ||
- [@hexDoor](https://github.com/hexDoor) ([#674](https://github.com/dbt-labs/dbt-redshift/pull/674)) | ||
- [@reptillicus](https://github.com/reptillicus) ([#641](https://github.com/dbt-labs/dbt-redshift/issues/641)) | ||
- [@soksamnanglim](https://github.com/soksamnanglim) ([#601](https://github.com/dbt-labs/dbt-redshift/pull/601)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version = "1.8.0a1" | ||
version = "1.8.0b1" |