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 37947f1 commit d0b2cc3Copy full SHA for d0b2cc3
dbt/include/oracle/macros/adapters.sql
@@ -159,9 +159,9 @@
159
{%- set sql = get_select_subquery(sql) %}
160
{% endif %}
161
{% if temporary -%} on commit preserve rows {%- endif %}
162
+ {% if parallel %} parallel {{ parallel }}{% endif %}
163
{% if not temporary -%}
164
{% if partition_clause %} {{ partition_clause }} {% endif %}
- {% if parallel %} parallel {{ parallel }}{% endif %}
165
{% if compression_clause %} {{ compression_clause }} {% endif %}
166
{%- endif %}
167
as
0 commit comments