Skip to content

Commit 6de034b

Browse files
use core macro (#665)
1 parent 53f8352 commit 6de034b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/sql/union.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
select
8787

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

9292
{% for col_name in ordered_column_names -%}

0 commit comments

Comments
 (0)