Skip to content

Commit

Permalink
Another fat finger
Browse files Browse the repository at this point in the history
  • Loading branch information
jschintz-nytimes authored Jun 12, 2024
1 parent 7ea7d17 commit a19af5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/unpack/get_node_values.sql
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"cast(" ~ dbt_project_evaluator.is_not_empty_string(node.description) | trim ~ " as boolean)",
"''" if not node.column_name else wrap_string_with_quotes(dbt.escape_single_quotes(node.column_name)),
wrap_string_with_quotes(node.meta | tojson),
wrap_string_with_quotes(node.get('tags',[]) | tojson)
wrap_string_with_quotes(node.get('tags',[]) | tojson),
wrap_string_with_quotes(dbt.escape_single_quotes(hard_coded_references)),
number_lines,
sql_complexity,
Expand Down

0 comments on commit a19af5c

Please sign in to comment.