dbt-snowflake 1.8.0-b2 - April 03, 2024
Features
- Add new workflow for internal patch releases (#38)
Fixes
- Acknowledge
send_anonymous_usage_stats
setting for python models (#830) - modify metadata queries to take into account object type of BASE TABLE being assigned to dynamic tables when was null previously (#934)
- remove
private_key_path
from connection keys (#949)
Under the Hood
- Add unit test for transaction semantics. (#912)
Dependencies
- hard pin ddtrace to 2.3.0 (#932)
- bump cryptography to 42.0.4 or higher for security callouts (#938)
- Add
dbt-core
as a dependency to preserve backwards compatibility for installation (#964)
Security
- Pin
black>=24.3
indev-requirements.txt
(#959)