Skip to content

Commit 973b843

Browse files
[Automated] Publish dbt-snowflake==1.11.0b1
2 parents f4dfd35 + 2c39b98 commit 973b843

15 files changed

+59
-2
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## dbt-snowflake 1.11.0-b1 - October 07, 2025
2+
3+
### Features
4+
5+
- Support Iceberg REST with Catalog Linked Databases in Snowflake ([#1251](https://github.com/dbt-labs/dbt-adapters/issues/1251))
6+
- Add support for incremental materializations using iceberg rest catalog / catalog linked db ([#1123](https://github.com/dbt-labs/dbt-adapters/issues/1123))
7+
- Support for scalar functions ([#1292](https://github.com/dbt-labs/dbt-adapters/issues/1292))
8+
9+
### Fixes
10+
11+
- Fix adapter.get_relation to find quoted case-sensitive relations ([#694](https://github.com/dbt-labs/dbt-adapters/issues/694))
12+
- quote columns when altering tables for incremental materialization ([#695](https://github.com/dbt-labs/dbt-adapters/issues/695))
13+
- fix table and column descriptions for snowflake iceberg tables ([#1015](https://github.com/dbt-labs/dbt-adapters/issues/1015))
14+
- Rename DT temp tables to avoid problematic drops ([#713](https://github.com/dbt-labs/dbt-adapters/issues/713))
15+
- Omit external volume from DDL when not provided in the YAML file ([#772](https://github.com/dbt-labs/dbt-adapters/issues/772))
16+
- fix issue where incorrect varchar size is applied for iceberg table columns ([#1257](https://github.com/dbt-labs/dbt-adapters/issues/1257))
17+
- handle non-model node types being passed to generate_database_name ([#1309](https://github.com/dbt-labs/dbt-adapters/issues/1309))
18+
- Fix references to function properties in funciton macros ([#1365](https://github.com/dbt-labs/dbt-adapters/issues/1365))
19+
20+
### Dependencies
21+
22+
- bump dbt-adapters version pin floor to >=1.16.6 ([#1328](https://github.com/dbt-labs/dbt-adapters/pull/1328))
23+
24+
### Contributors
25+
- [@dlouseiro](https://github.com/dlouseiro) ([#772](https://github.com/dbt-labs/dbt-adapters/issues/772))
26+
- [@prashantpiyush](https://github.com/prashantpiyush) ([#694](https://github.com/dbt-labs/dbt-adapters/issues/694))
27+
- [@sandeepmullangi2](https://github.com/sandeepmullangi2) ([#1015](https://github.com/dbt-labs/dbt-adapters/issues/1015))
28+
- [@skadyan](https://github.com/skadyan) ([#695](https://github.com/dbt-labs/dbt-adapters/issues/695))

0 commit comments

Comments
 (0)