-
Notifications
You must be signed in to change notification settings - Fork 178
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_8119196510 into target main d…
…uring release process
- Loading branch information
Showing
29 changed files
with
86 additions
and
3 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,40 @@ | ||
## dbt-snowflake 1.8.0-b1 - March 02, 2024 | ||
|
||
### Features | ||
|
||
- Update base adapter references as part of decoupling migration ([#882](https://github.com/dbt-labs/dbt-snowflake/issues/882)) | ||
- Support primative types + object, variant, array in snowflake for unit testing" ([#898](https://github.com/dbt-labs/dbt-snowflake/issues/898)) | ||
|
||
### Fixes | ||
|
||
- Dynamic tables now show the proper type in catalog queries ([#817](https://github.com/dbt-labs/dbt-snowflake/issues/817)) | ||
- remove `token` field from connection keys ([#906](https://github.com/dbt-labs/dbt-snowflake/issues/906)) | ||
|
||
### Under the Hood | ||
|
||
- Add tests for --empty flag ([#837](https://github.com/dbt-labs/dbt-snowflake/issues/837)) | ||
- Migrate to dbt-common and dbt-adapters package ([#890](https://github.com/dbt-labs/dbt-snowflake/issues/890)) | ||
|
||
### Dependencies | ||
|
||
- Update ddtrace requirement from ~=1.18 to ~=1.19 ([#780](https://github.com/dbt-labs/dbt-snowflake/pull/780)) | ||
- Update pre-commit-hooks requirement from ~=4.4 to ~=4.5 ([#795](https://github.com/dbt-labs/dbt-snowflake/pull/795)) | ||
- Bump mypy from 1.5.1 to 1.6.0 ([#799](https://github.com/dbt-labs/dbt-snowflake/pull/799)) | ||
- Update pre-commit requirement from ~=3.4 to ~=3.5 ([#807](https://github.com/dbt-labs/dbt-snowflake/pull/807)) | ||
- Update black requirement from ~=23.9 to ~=23.10 ([#809](https://github.com/dbt-labs/dbt-snowflake/pull/809)) | ||
- Bump mypy from 1.6.0 to 1.6.1 ([#821](https://github.com/dbt-labs/dbt-snowflake/pull/821)) | ||
- Update ddtrace requirement from ~=1.19 to ~=2.1 ([#822](https://github.com/dbt-labs/dbt-snowflake/pull/822)) | ||
- Update black requirement from ~=23.10 to ~=23.11 ([#826](https://github.com/dbt-labs/dbt-snowflake/pull/826)) | ||
- Bump mypy from 1.6.1 to 1.7.0 ([#828](https://github.com/dbt-labs/dbt-snowflake/pull/828)) | ||
- Update pytest-xdist requirement from ~=3.3 to ~=3.4 ([#829](https://github.com/dbt-labs/dbt-snowflake/pull/829)) | ||
- Update ddtrace requirement from ~=2.1 to ~=2.2 ([#832](https://github.com/dbt-labs/dbt-snowflake/pull/832)) | ||
- Update wheel requirement from ~=0.41 to ~=0.42 ([#844](https://github.com/dbt-labs/dbt-snowflake/pull/844)) | ||
- Update ddtrace requirement from ~=2.2 to ~=2.3 ([#848](https://github.com/dbt-labs/dbt-snowflake/pull/848)) | ||
- Update pytest-xdist requirement from ~=3.4 to ~=3.5 ([#849](https://github.com/dbt-labs/dbt-snowflake/pull/849)) | ||
- Bump mypy from 1.7.0 to 1.7.1 ([#850](https://github.com/dbt-labs/dbt-snowflake/pull/850)) | ||
- Update freezegun requirement from ~=1.2 to ~=1.3 ([#860](https://github.com/dbt-labs/dbt-snowflake/pull/860)) | ||
- Update black requirement from ~=23.11 to ~=23.12 ([#864](https://github.com/dbt-labs/dbt-snowflake/pull/864)) | ||
|
||
### Security | ||
|
||
- DDOS vulnerability in 41.0.5. Uptick to avoid ([#852](https://github.com/dbt-labs/dbt-snowflake/pull/852)) |
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" |
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