You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set_query_tag can only be overridden in the root project. By adding it to the dbt macro namespace, we can then leverage the dispatch functionality and override it with custom query tags in dbt packages.
Describe alternatives you've considered
The only way to achieve this is to add to the dbt macro namespace.
All dbt-snowflake users who have a central dbt package and would like to leverage custom query tags to be generated and stored at runtime. For example:
Describe the feature
set_query_tag
can only be overridden in the root project. By adding it to the dbt macro namespace, we can then leverage the dispatch functionality and override it with custom query tags in dbt packages.Describe alternatives you've considered
The only way to achieve this is to add to the dbt macro namespace.
Additional context
https://getdbt.slack.com/archives/C37J8BQEL/p1633519489312300?thread_ts=1633377998.228400&cid=C37J8BQEL
Who will this benefit?
All
dbt-snowflake
users who have a central dbt package and would like to leverage custom query tags to be generated and stored at runtime. For example:Are you interested in contributing this feature?
Yes. #132 is currently in draft pending this issue creation.
The text was updated successfully, but these errors were encountered: