Releases: DataEngineersNZ/dbt-snowflake-datops-materilizations
Releases · DataEngineersNZ/dbt-snowflake-datops-materilizations
File Formats
- Fixed create or replace statements for file formats
File Formats
Fixed issue with file format creation
External Tables
- updated
External Tablecreation so that file formats and stages originate in the database where the external table should reside
File Formats
- added in the ability to specify if
create or replaceorcreate if not existsis used when creating a file format by adding the parametercreate_or_replaceto thefile_formatmaterialization. Default istruewhich usescreate or replace
Stored Procedures Modifications
- removed the
create_or_replaceparameter from thestored_procedurematerialization as the create or alter doesnt allow for procedure body modifications - modified the
copy grantsparameter to default to true as this is the most common use case
Stored Procedures Modifications
- added in the ability to include
copy grantswhen creating or replacing a stored procedure by adding the parameterinclude_copy_grantsto thestored_procedurematerialization - added in the ability to specify if
create or replaceorcreate or alteris used when creating a stored procedure by adding the parametercreate_or_replaceto thestored_procedurematerialization. Default istruewhich usescreate or replace
Stored Procedures
- added in the ability to include
copy grantswhen creating or replacing a stored procedure by adding the parameterinclude_copy_grantsto thestored_procedurematerialization - added in the ability to specify if
create or replaceorcreate or alteris used when creating a stored procedure by adding the parametercreate_or_replaceto thestored_procedurematerialization. Default istruewhich usescreate or replace
Materialized View
- Update changelog and add new macros for Snowflake materialized views
- Rename
materialized_viewtosnowflake_materialized_view - Add
snowflake__alter_column_commentmacro for altering column comments - Add
snowflake__alter_relation_commentmacro for altering relation comments
Materialized View
0.2.10.3.beta1 Add support for clustering and automatic clustering in materialized v…
Stored Procedure Parameters
Bug fix for stored_procedure materialization to ensure that the parameters are correctly set up when no parameters are passed in