Skip to content

Releases: DataEngineersNZ/dbt-snowflake-datops-materilizations

immutable_table enhancements

16 Apr 08:01
44ef066
Compare
Choose a tag to compare
  • Modified immutable_table to allow transient tables to be created, allow change tracking to be enabled and allow for the setting of the retention period
  • Removed the enable_task_dependants macro as it is now part of the dbt-snowflake-dataops-utils package

immutable_table enhancements

09 Apr 10:15
Compare
Choose a tag to compare
Pre-release
  • Modified immutable_table to allow transient tables to be created, allow change tracking to be enabled and allow for the setting of the retention period
  • Removed the enable_task_dependants macro as it is now part of the dbt-snowflake-dataops-utils package

immutable tables

31 Mar 11:03
Compare
Choose a tag to compare
  • Bug fix for immutable_table materialization to ensure that the table is created when moving from an incremental model to a table model
  • Bug fix for immutable_table materialization to ensure that the docs are correctly set up for the table

User Defined Functions

15 Jan 08:21
Compare
Choose a tag to compare

Bug fix for udf materialization to cater for no imports being passed in even if an empty array is passed in

Dependant Tasks

30 Dec 03:28
Compare
Choose a tag to compare
  • fixed up enable task dependants to ensure they only run if being executed
  • fixed table staging to ensure they only run if being executed

Immutable Tables

11 Nov 00:25
Compare
Choose a tag to compare
  • Added new materialization for immutable_table to create a table that is immutable but is part of the dbt flow

Enable Task Dependants

18 Oct 03:45
Compare
Choose a tag to compare
  • Bug fix for enable_task_dependants

enable_task_dependants

15 Oct 00:02
Compare
Choose a tag to compare
  • Added enable_task_dependants macro to allow for the enabling of dependant tasks

Profile Targets

21 Jul 00:33
Compare
Choose a tag to compare
  • Added in the ability to set the profile targets for the materializations stages, file_format, tables

Secrets, Network Rules & UDF's

20 Jul 23:52
Compare
Choose a tag to compare
  • Added Network Rule Materalization
  • Added Secret Materalization
  • Added External Network Integration Materalization
  • Modified User Defined Function Materalization to take into account python, sql, javascript and java
  • Modified Stored Procedure Materalization to take into account execute as permissions
  • Modified source table creation to auto-create the schema if necessary
  • Modified source table creation to specify if dbt is to maintain tables or not
  • Modified Stream Materalization to take into account the source_database parameter correctly or use a variable for the source_database_base in association with a target name