-
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.9.0rc1_12124583988 into target 1.9.…
…latest during release process
- Loading branch information
Showing
14 changed files
with
56 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,26 @@ | ||
## dbt-snowflake 1.9.0-rc1 - December 02, 2024 | ||
|
||
### Breaking Changes | ||
|
||
- Drop support for Python 3.8 ([#1211](https://github.com/dbt-labs/dbt-snowflake/issues/1211)) | ||
|
||
### Features | ||
|
||
- Allow configurable pagination on list_relations_without_caching to support users with a large number of objects per schema ([#1234](https://github.com/dbt-labs/dbt-snowflake/issues/1234)) | ||
|
||
### Fixes | ||
|
||
- Handle non-English Snowflake error message for non-existing schemas ([#834](https://github.com/dbt-labs/dbt-snowflake/issues/834)) | ||
- Dynamic Iceberg table base_location_subpath generation fix. ([#1200](https://github.com/dbt-labs/dbt-snowflake/issues/1200)) | ||
- Performance fixes for snowflake microbatch strategy: use temp view instead of table, remove unnecessary 'using' clause ([#1228](https://github.com/dbt-labs/dbt-snowflake/issues/1228)) | ||
- Iceberg quoting ignore fix. ([#1227](https://github.com/dbt-labs/dbt-snowflake/issues/1227)) | ||
- Use timestamp_tz type in microbatch `delete` DDL ([#1256](https://github.com/dbt-labs/dbt-snowflake/issues/1256)) | ||
|
||
### Under the Hood | ||
|
||
- Add telemetry function ([#301](https://github.com/dbt-labs/dbt-snowflake/issues/301)) | ||
- remove SnowflakeAdapterResponse in favor of updated AdapterResponse in base ([#1233](https://github.com/dbt-labs/dbt-snowflake/issues/1233)) | ||
- Add iceberg docs url to behavior flag. ([#210](https://github.com/dbt-labs/dbt-snowflake/issues/210)) | ||
|
||
### Contributors | ||
- [@pei0804](https://github.com/pei0804) ([#834](https://github.com/dbt-labs/dbt-snowflake/issues/834)) |
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.9.0b1" | ||
version = "1.9.0rc1" |