dbt-snowflake 1.9.0-rc1 - December 02, 2024
Breaking Changes
- Drop support for Python 3.8 (#1211)
Features
- Allow configurable pagination on list_relations_without_caching to support users with a large number of objects per schema (#1234)
Fixes
- Handle non-English Snowflake error message for non-existing schemas (#834)
- Dynamic Iceberg table base_location_subpath generation fix. (#1200)
- Performance fixes for snowflake microbatch strategy: use temp view instead of table, remove unnecessary 'using' clause (#1228)
- Iceberg quoting ignore fix. (#1227)
- Use timestamp_tz type in microbatch
delete
DDL (#1256)
Under the Hood
- Add telemetry function (#301)
- remove SnowflakeAdapterResponse in favor of updated AdapterResponse in base (#1233)
- Add iceberg docs url to behavior flag. (#210)