-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping version to 1.7.0rc1 and generate changelog
- Loading branch information
1 parent
f3ee937
commit 01086bc
Showing
9 changed files
with
46 additions
and
4 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,21 @@ | ||
## dbt-redshift 1.7.0-rc1 - October 12, 2023 | ||
|
||
### Features | ||
|
||
- Support storing test failures as views ([#6914](https://github.com/dbt-labs/dbt-redshift/issues/6914)) | ||
|
||
### Fixes | ||
|
||
- Use the PID to terminate the session ([#553](https://github.com/dbt-labs/dbt-redshift/issues/553)) | ||
- avoid nested loop in query planner execution of redshift__get_relations ([#609](https://github.com/dbt-labs/dbt-redshift/issues/609)) | ||
|
||
### Under the Hood | ||
|
||
- Add tests for inlined limit + sql_header in dbt show query ([#616](https://github.com/dbt-labs/dbt-redshift/issues/616)) | ||
|
||
### Dependencies | ||
|
||
- Update ddtrace requirement from ~=1.18 to ~=1.19 ([#610](https://github.com/dbt-labs/dbt-redshift/pull/610)) | ||
|
||
### Contributors | ||
- [@slin30](https://github.com/slin30) ([#609](https://github.com/dbt-labs/dbt-redshift/issues/609)) |
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.7.0b2" | ||
version = "1.7.0rc1" |