Releases: DataEngineersNZ/dbt-snowflake-datops-materilizations
Releases · DataEngineersNZ/dbt-snowflake-datops-materilizations
Release list
Snowwatch alert implementation
Added snowwatch email generation code for alert generation
Snowflake Alerts
- Addition of materialization for Snowflake Alters
- Updated Task materialization to allow enabling/disabling of tasks in different environments
dbt 1.3 Compatiable
What's Changed
- Upgraded project to be compatible with dbt v1.3
- Updated Tasks to make use of error notificiations
Full Changelog: 0.1.3.1...0.2.0
dbt 1.3 Compatiable
- Upgraded project to be compatible with dbt v1.3
- Updated Tasks to make use of error notificiations
Documentation Update
What's Changed
- Adding documentation for parameters (SQL) by @AaronCoquet-Easypark in #6
New Contributors
- @AaronCoquet-Easypark made their first contribution in #6
Full Changelog: 0.1.3...0.1.3.1
dbt 1.3 Compatiable
Upgraded project to be compatible with dbt v1.3
Materialized Views
Added Materialized Views
Renamed value to payload
Materalised Views
Added Materialised Views
Renamed value to payload
snowpipe fixes
fixed up payload variable allowed for metadata columns to be defined in yml
Added ability to create External UDF's for API Integrations
added in external function for API intgerations (#4) * added in external function for API intgerations * fixed spaces * fixed task enable issue add docs