Skip to content

Commit

Permalink
Remove dbt prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallRees committed May 14, 2024
1 parent 2ee6270 commit a3137b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/query_comment.sql
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

{%- if node.raw_code is not none -%}
{%- do comment_dict.update({
"dbt_raw_code_hash": local_md5(node.raw_code)
"raw_code_hash": local_md5(node.raw_code)
}) -%}
{%- endif -%}
{%- endif -%}
Expand Down

0 comments on commit a3137b7

Please sign in to comment.