Skip to content

Commit

Permalink
wanted to make the key name consistent with query_comment
Browse files Browse the repository at this point in the history
  • Loading branch information
James Schurig committed Apr 24, 2024
1 parent de3897e commit 9e4a4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/query_tags.sql
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{%- do query_tag.update(
app='dbt',
dbt_snowflake_query_tags_version='2.3.3',
node=model.name,
node_name=model.name,
) -%}

{% if thread_id %}
Expand Down

0 comments on commit 9e4a4ef

Please sign in to comment.