dbt-snowflake 1.6.0-rc1 - July 17, 2023
Features
- Optimize catalog.sql to query only needed tables and columns from information_schema (#216)
- add dbt-snowflake portion of dbt_clone functionality (#7256)
- Enumerate supported features for dynamic tables in 1.6.0rc1 (#dbt-labs/dbt-core#6911)
Fixes
- Remove dependent_projects argument from PartialProject call in unit tests (#7955)
- Implement the new refresh method, remove the flaky workaround (#603)
Under the Hood
- add tests for constraints on model with sql header (#7714)
Dependencies
- Update types-requests requirement from ~=2.28 to ~=2.31 (#622)
- Update tox requirement from ~=4.4 to ~=4.6 (#652)
- Bump mypy from 1.3.0 to 1.4.0 (#670)
- Update pytest requirement from ~=7.3 to ~=7.4 (#674)
- Bump mypy from 1.4.0 to 1.4.1 (#675)
- Update pytest-xdist requirement from ~=3.2 to ~=3.3 (#608)
- Update pre-commit requirement from ~=2.21 to ~=3.3 (#583)
- Update pip-tools requirement from ~=6.13 to ~=6.14 (#683)