Skip to content

Commit

Permalink
use core macro (dbt-labs#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 authored Sep 13, 2022
1 parent 53f8352 commit 6de034b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/sql/union.sql
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
select

{%- if source_column_name is not none %}
cast({{ dbt_utils.string_literal(relation) }} as {{ type_string() }}) as {{ source_column_name }},
cast({{ string_literal(relation) }} as {{ type_string() }}) as {{ source_column_name }},
{%- endif %}

{% for col_name in ordered_column_names -%}
Expand Down

0 comments on commit 6de034b

Please sign in to comment.