Skip to content

Commit

Permalink
Merge pull request #13 from jschintz-nytimes/Expose-tags
Browse files Browse the repository at this point in the history
Another fat finger
  • Loading branch information
jschintz-nytimes authored Jun 12, 2024
2 parents 429058c + a19af5c commit 7cd704b
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 7cd704b

Please sign in to comment.