dbt-snowflake 1.3.0 - October 12, 2022
Features
- Support python model through create stored procedure with python in it, currently supported materializations are table and incremental. (#216, #182)
- retry once by default. exponential backoff for more than one retry. (#205, #207)
- Support query tags in dbt tests using the
+query_tag
config indbt_project.yml
(#211, #210) - Array macros (#255, #257)
- Support passing imports to python model(dbt will assume the imports exists in snowflake stage) (#245, #263)
- implement type boolean test for snowflake (#267, #268)
Fixes
- Add pandas as a default package for python models (#228, #229)
- fix incorrect UDF name (#247, #246)
- Skip grants on share objects (#264, #266)
Under the Hood
- Reformat overridden macro location of grants work to a apply_grants.sql file in snowflake (#193, #192)
- Support dbt Core incrmental materialization refactor (#195, #196)
- Add changie to dbt-snowflake (#209, #212)
- Use view instead of temp table for faster 'merge' incremental strategy (#92, #93)
- specify supported_languages for materialization that support python models (#241, #242)
- ignore adapter mypy check (#259, #258)
- Support anonymous sproc as submission method (#256, #260)
Dependency
- Bump mypy from 0.942 to 0.971 (#216, #204)
- Bump black from 22.3.0 to 22.8.0 (#216, #248)
- Update click requirement from ~=8.0.4 to ~=8.1.3 (#216, #151)