We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d22412 commit 4311eb5Copy full SHA for 4311eb5
dbt/include/oracle/macros/materializations/incremental/strategies.sql
@@ -193,7 +193,7 @@
193
from {{ temp_relation }})';
194
END;
195
{%- else -%}
196
- insert {%- if parallel -%} /*+parallel({{ parallel }})*/ {%- endif -%} into {{ target_relation }} ({{ dest_cols_csv }})
+ insert {% if parallel %} /*+parallel({{ parallel }})*/ {% endif %} into {{ target_relation }} ({{ dest_cols_csv }})
197
(
198
select {{ dest_cols_csv }}
199
from {{ temp_relation }}
0 commit comments