File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 147
147
SELECT
148
148
{{ hk_column }} AS {{ hashkey }},
149
149
{% for bk in source_model[' bk_columns' ] - %}
150
- {{ bk }},
150
+ {{ bk }} AS {{ business_keys[ loop . index - 1 ] }} ,
151
151
{% endfor - %}
152
152
153
153
{{ src_ldts }},
@@ -188,7 +188,7 @@ source_new_union AS (
188
188
{{ hashkey }},
189
189
190
190
{% for bk in source_model[' bk_columns' ] - %}
191
- {{ bk }} AS {{ business_keys[loop .index - 1 ] }},
191
+ {{ business_keys[loop .index - 1 ] }},
192
192
{% endfor - %}
193
193
194
194
{{ src_ldts }},
Original file line number Diff line number Diff line change 145
145
SELECT
146
146
{{ hk_column }} AS {{ hashkey }},
147
147
{% for bk in source_model[' bk_columns' ] - %}
148
- {{ bk }},
148
+ {{ bk }} AS {{ business_keys[ loop . index - 1 ] }} ,
149
149
{% endfor - %}
150
150
151
151
{{ src_ldts }},
@@ -186,7 +186,7 @@ source_new_union AS (
186
186
{{ hashkey }},
187
187
188
188
{% for bk in source_model[' bk_columns' ] - %}
189
- {{ bk }} AS {{ business_keys[loop .index - 1 ] }},
189
+ {{ business_keys[loop .index - 1 ] }},
190
190
{% endfor - %}
191
191
192
192
{{ src_ldts }},
Original file line number Diff line number Diff line change 147
147
SELECT
148
148
{{ hk_column }} AS {{ hashkey }},
149
149
{% for bk in source_model[' bk_columns' ] - %}
150
- {{ bk }},
150
+ {{ bk }} AS {{ business_keys[ loop . index - 1 ] }} ,
151
151
{% endfor - %}
152
152
153
153
{{ src_ldts }},
@@ -188,7 +188,7 @@ source_new_union AS (
188
188
{{ hashkey }},
189
189
190
190
{% for bk in source_model[' bk_columns' ] - %}
191
- {{ bk }} AS {{ business_keys[loop .index - 1 ] }},
191
+ {{ business_keys[loop .index - 1 ] }},
192
192
{% endfor - %}
193
193
194
194
{{ src_ldts }},
Original file line number Diff line number Diff line change 147
147
SELECT
148
148
{{ hk_column }} AS {{ hashkey }},
149
149
{% for bk in source_model[' bk_columns' ] - %}
150
- {{ bk }},
150
+ {{ bk }} AS {{ business_keys[ loop . index - 1 ] }} ,
151
151
{% endfor - %}
152
152
153
153
{{ src_ldts }},
@@ -188,7 +188,7 @@ source_new_union AS (
188
188
{{ hashkey }},
189
189
190
190
{% for bk in source_model[' bk_columns' ] - %}
191
- {{ bk }} AS {{ business_keys[loop .index - 1 ] }},
191
+ {{ business_keys[loop .index - 1 ] }},
192
192
{% endfor - %}
193
193
194
194
{{ src_ldts }},
Original file line number Diff line number Diff line change 147
147
SELECT
148
148
{{ hk_column }} AS {{ hashkey }},
149
149
{% for bk in source_model[' bk_columns' ] - %}
150
- {{ bk }},
150
+ {{ bk }} AS {{ business_keys[ loop . index - 1 ] }} ,
151
151
{% endfor - %}
152
152
153
153
{{ src_ldts }},
@@ -188,7 +188,7 @@ source_new_union AS (
188
188
{{ hashkey }},
189
189
190
190
{% for bk in source_model[' bk_columns' ] - %}
191
- {{ bk }} AS {{ business_keys[loop .index - 1 ] }},
191
+ {{ business_keys[loop .index - 1 ] }},
192
192
{% endfor - %}
193
193
194
194
{{ src_ldts }},
You can’t perform that action at this time.
0 commit comments