dbt-snowflake 1.4.2 - March 16, 2023
Features
- Support Python 3.11 (#331)
Fixes
- Raise warning (not error) for custom code with isolated BEGIN; or COMMIT; statements (#388)
Dependencies
- Removed explicit dependencies for cryptography and requests (#476)
Security
- Update
snowflake-connector-python
to 3.0 to address CVE-2022-42965 (#476)
Contributors
- @dataders (#331)
- @dbeatty10 (#476)
- @joshuataylor (#331)
- @mikealfare (#331, #476, #476)