Skip to content

Commit

Permalink
Change to dbt.escape_single_quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
joellabes committed Nov 28, 2022
1 parent 7c11123 commit 4e28d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/sql/pivot.sql
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Arguments:
{{ agg }}(
{% if distinct %} distinct {% endif %}
case
when {{ column }} {{ cmp }} '{{ dbt_utils.escape_single_quotes(value) }}'
when {{ column }} {{ cmp }} '{{ dbt.escape_single_quotes(value) }}'
then {{ then_value }}
else {{ else_value }}
end
Expand Down

0 comments on commit 4e28d6d

Please sign in to comment.