This commit is contained in:
WHYTEWYLL 2024-01-26 11:43:18 +07:00
parent e3e9b6ec89
commit aa838c3993

View File

@ -31,8 +31,7 @@ on-run-start:
- "{{create_udfs()}}"
on-run-end:
- '{{ apply_meta_as_tags(results) }}'
- "{{ apply_meta_as_tags(results) }}"
# Configuring models
# Full documentation: https://docs.getdbt.com/docs/configuring-models
@ -74,7 +73,6 @@ dispatch:
- flow-models
- dbt_snowflake_query_tags
- dbt
# query-comment:
# comment: '{{ dbt_snowflake_query_tags.get_query_comment(node) }}'
# append: true # Snowflake removes prefixed comments.