File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ backfill AS (
7373 {%- else %}
7474
7575 COALESCE(DECODE(MAX (ENCODE({{ sat_name | lower ~ ' _src' }}.{{ sat_pk }}, ' hex' )), ' hex' ),
76- {{ automate_dv .cast_binary (ghost_pk, quote= false ) }})
76+ {{ automate_dv .cast_binary (column_str = ghost_pk, quote= true ) }})
7777 AS {{ sat_name }}_{{ sat_pk_name }},
7878
7979 COALESCE(MAX ({{ sat_name | lower ~ ' _src' }}.{{ sat_ldts }}),
@@ -137,7 +137,7 @@ new_rows AS (
137137 {%- else %}
138138
139139 COALESCE(DECODE(MAX (ENCODE({{ sat_name | lower ~ ' _src' }}.{{ sat_pk }}, ' hex' )), ' hex' ),
140- {{ automate_dv .cast_binary (ghost_pk, quote= false ) }})
140+ {{ automate_dv .cast_binary (column_str = ghost_pk, quote= true ) }})
141141 AS {{ sat_name }}_{{ sat_pk_name }},
142142
143143 COALESCE(MAX ({{ sat_name | lower ~ ' _src' }}.{{ sat_ldts }}),
You can’t perform that action at this time.
0 commit comments