dbt-snowflake 1.7.0-rc1 - October 12, 2023
Features
- Support replacing tables/views with dynamic tables and vice versa (#753)
- Support limiting get_catalog by object name (#758)
- Redact cases where raw data can be leaked logs (#772)
- Support storing test failures as views (#6914)
- Add support for checking table-last-modified by metadata (#785)
Fixes
- Make python models use transient config (#776)
- Fix the alter syntax on column for dynamic table (#769)
Under the Hood
- Add tests for inlined limit + sql_header in dbt show query (#786)
- allow for adding snowflake-python-collector logs to dbt output (#768)
- Remove manual refresh of dynamic table when created; Snowflake does this now (#798)