Skip to content

Releases: DataEngineersNZ/dbt-snowflake-datops-materilizations

File Formats

09 Dec 06:10

Choose a tag to compare

  • Fixed create or replace statements for file formats

File Formats

09 Dec 04:08

Choose a tag to compare

Fixed issue with file format creation

External Tables

09 Dec 04:01

Choose a tag to compare

  • updated External Table creation so that file formats and stages originate in the database where the external table should reside

File Formats

17 Nov 03:08

Choose a tag to compare

  • added in the ability to specify if create or replace or create if not exists is used when creating a file format by adding the parameter create_or_replace to the file_format materialization. Default is true which uses create or replace

Stored Procedures Modifications

15 Sep 04:33

Choose a tag to compare

  • removed the create_or_replace parameter from the stored_procedure materialization as the create or alter doesnt allow for procedure body modifications
  • modified the copy grants parameter to default to true as this is the most common use case

Stored Procedures Modifications

15 Sep 02:23
2273288

Choose a tag to compare

  • added in the ability to include copy grants when creating or replacing a stored procedure by adding the parameter include_copy_grants to the stored_procedure materialization
  • added in the ability to specify if create or replace or create or alter is used when creating a stored procedure by adding the parameter create_or_replace to the stored_procedure materialization. Default is true which uses create or replace

Stored Procedures

13 Sep 06:00

Choose a tag to compare

Stored Procedures Pre-release
Pre-release
  • added in the ability to include copy grants when creating or replacing a stored procedure by adding the parameter include_copy_grants to the stored_procedure materialization
  • added in the ability to specify if create or replace or create or alter is used when creating a stored procedure by adding the parameter create_or_replace to the stored_procedure materialization. Default is true which uses create or replace

Materialized View

18 Aug 04:31
5764a2e

Choose a tag to compare

  • Update changelog and add new macros for Snowflake materialized views
  • Rename materialized_view to snowflake_materialized_view
  • Add snowflake__alter_column_comment macro for altering column comments
  • Add snowflake__alter_relation_comment macro for altering relation comments

Materialized View

15 Aug 04:29

Choose a tag to compare

Materialized View Pre-release
Pre-release
0.2.10.3.beta1

Add support for clustering and automatic clustering in materialized v…

Stored Procedure Parameters

16 Jul 05:18

Choose a tag to compare

Bug fix for stored_procedure materialization to ensure that the parameters are correctly set up when no parameters are passed in