Skip to content

Commit

Permalink
adding missing change to quote_column_identifier macro
Browse files Browse the repository at this point in the history
  • Loading branch information
dhwdeca committed Dec 22, 2023
1 parent 9913beb commit 5dd1157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/utils.sql
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
{% endmacro %}

{% macro quote_column_identifier(identifier) %}
{{ return(adapter.dispatch('quote_identifier','dbt_unit_testing')(identifier)) }}
{{ return(adapter.dispatch('quote_column_identifier','dbt_unit_testing')(identifier)) }}
{% endmacro %}

{% macro default__quote_column_identifier(identifier) -%}
Expand Down

0 comments on commit 5dd1157

Please sign in to comment.