Montreal-Analytics / dbt-snowflake-utils

Snowflake-specific utility macros for dbt projects.
Apache License 2.0
107 stars 37 forks source link

In apply_meta_as_tags, allow auto-creation of tags to be disabled #48

Open jamesweakley opened 1 year ago

jamesweakley commented 1 year ago

Current behaviour is error prone. I'd like to allow our users to use tags from our predefined set only (we manage tags and other Snowflake objects with terraform). If they make a typo a new tag will be created and they will never now, and my monitoring will become useless. So I would like to be able to switch off the auto-creation.

Originally posted by @kamilamarcinekpgs in https://github.com/Montreal-Analytics/dbt-snowflake-utils/issues/28#issuecomment-1787051532