Skip to content

Releases: DataEngineersNZ/dbt-snowflake-datops-materilizations

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

Secrets, Network Rules & UDF's

17 Jul 23:12
Compare
Choose a tag to compare
Pre-release
  • 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

Minor Bug fixes

08 May 09:29
Compare
Choose a tag to compare
  • Task: Bug fix for utilising dependant tasks
  • Materialized View: Removed the check against dropping if its a view

Streams On Views

26 Mar 01:54
Compare
Choose a tag to compare
Streams On Views Pre-release
Pre-release

Provided the ability to create a stream on a view