Skip to content

Commit 69c39fe

Browse files
[Automated] Publish dbt-snowflake==1.10.0rc1
2 parents c7ca485 + cc40560 commit 69c39fe

File tree

9 files changed

+30
-3
lines changed

9 files changed

+30
-3
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## dbt-snowflake 1.10.0-rc1 - May 28, 2025
2+
3+
### Fixes
4+
5+
- Set append=True as default query comment append behaviour ([#1066](https://github.com/dbt-labs/dbt-adapters/issues/1066))
6+
- Apply cluster keys via a separate ALTER statement after creating a table via a CTAS statement. ([#1071](https://github.com/dbt-labs/dbt-adapters/issues/1071))
7+
- Respect QUOTED_IDENTIFIERS_IGNORE_CASE with dynamic tables. ([#993](https://github.com/dbt-labs/dbt-adapters/issues/993))
8+
9+
### Under the Hood
10+
11+
- Remove enable_iceberg_materializations behavior flag now that 2025_01 is required ([#1025](https://github.com/dbt-labs/dbt-adapters/issues/1025))
12+
- Expand snapshot testing. ([#1068](https://github.com/dbt-labs/dbt-adapters/issues/1068))
13+
- Raise the dbt-adapters pin to 1.14.3 to make dbt-adapter dependency resolution more reliable for higher versions of snowflake. ([#1098](https://github.com/dbt-labs/dbt-adapters/issues/1098))

dbt-snowflake/CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,27 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
1010
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie)
1111
- For details on how to document a change, see the [contributing guide](/CONTRIBUTING.md#changelog-entry)
1212

13-
## dbt-snowflake 1.9.4 - May 02, 2025
13+
## dbt-snowflake 1.10.0-rc1 - May 28, 2025
1414

1515
### Fixes
1616

17-
- correct cluster_by type check to return str as-is ([#1050](https://github.com/dbt-labs/dbt-adapters/issues/1050))
17+
- Set append=True as default query comment append behaviour ([#1066](https://github.com/dbt-labs/dbt-adapters/issues/1066))
18+
- Apply cluster keys via a separate ALTER statement after creating a table via a CTAS statement. ([#1071](https://github.com/dbt-labs/dbt-adapters/issues/1071))
19+
- Respect QUOTED_IDENTIFIERS_IGNORE_CASE with dynamic tables. ([#993](https://github.com/dbt-labs/dbt-adapters/issues/993))
20+
21+
### Under the Hood
22+
23+
- Remove enable_iceberg_materializations behavior flag now that 2025_01 is required ([#1025](https://github.com/dbt-labs/dbt-adapters/issues/1025))
24+
- Expand snapshot testing. ([#1068](https://github.com/dbt-labs/dbt-adapters/issues/1068))
25+
- Raise the dbt-adapters pin to 1.14.3 to make dbt-adapter dependency resolution more reliable for higher versions of snowflake. ([#1098](https://github.com/dbt-labs/dbt-adapters/issues/1098))
26+
1827

1928

29+
## dbt-snowflake 1.9.4 - May 02, 2025
30+
31+
### Fixes
32+
33+
- correct cluster_by type check to return str as-is ([#1050](https://github.com/dbt-labs/dbt-adapters/issues/1050))
2034

2135
## dbt-snowflake 1.9.3 - April 29, 2025
2236

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.9.4"
1+
version = "1.10.0rc1"

0 commit comments

Comments
 (0)