We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f8352 commit 6de034bCopy full SHA for 6de034b
macros/sql/union.sql
@@ -86,7 +86,7 @@
86
select
87
88
{%- if source_column_name is not none %}
89
- cast({{ dbt_utils.string_literal(relation) }} as {{ type_string() }}) as {{ source_column_name }},
+ cast({{ string_literal(relation) }} as {{ type_string() }}) as {{ source_column_name }},
90
{%- endif %}
91
92
{% for col_name in ordered_column_names -%}
0 commit comments