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 c58329d commit 79c3552Copy full SHA for 79c3552
dbt/include/oracle/macros/adapters.sql
@@ -25,7 +25,7 @@
25
{{ return(load_result('get_columns_in_query').table.columns | map(attribute='name') | list) }}
26
{% endmacro %}
27
28
-{% macro oracle__get_empty_subquery_sql(select_sql) %}
+{% macro oracle__get_empty_subquery_sql(select_sql, select_sql_header=none) %}
29
select * from (
30
{{ select_sql }}
31
) dbt_sbq_tmp
0 commit comments