Skip to content

Releases: GeneralMills/gmi_common_dbt_utils

Update logic of smart_source macro to consider DBT_POPULATE_DEV_TABLES environment variable if it exists

28 Aug 14:40
067b588
Compare
Choose a tag to compare

Updated the logic in smart_source macro to populate the tables in the development environment in standard datasets. Add an environment variable DBT_POPULATE_DEV_TABLES and set it to TRUE if the environment variable does not exist it will continue with the default behavior. The DBT_POPULATE_DEV_TABLES is not mandatory it is only required if you want to populate your development environment with actual data using the smart_source macro. The macro assumes the default value of DBT_POPULATE_DEV_TABLES as FALSE if it does not exist

Add columns to the save_test_results macro

08 Nov 16:31
5b82bb7
Compare
Choose a tag to compare

Add columns to the save_test_results macro.
Details on macro behavior and usage are available in the README.md.

Not null constraint

07 Nov 14:26
cf358f2
Compare
Choose a tag to compare

Adding not null constraint package to the dbt utils package
Please refer the README.md on the usage of this macros

Add macro to save results of dbt tests to a BigQuery table

13 Oct 15:53
06186cb
Compare
Choose a tag to compare

Add macro to save results of dbt tests to a BigQuery table.
Details on macro behavior and usage are available in the README.md.

Adding materialized views to the gmi common dbt utils package

26 Sep 13:23
16d0d69
Compare
Choose a tag to compare

Adding materialized views package to the dbt utils package
Please refer the README.md on the usage of this macros

General Mills dbt package first release

14 Jun 06:59
39a5bb0
Compare
Choose a tag to compare

First release of gmi common dbt utils package
Please refer the README.md on the usage of these macros