Skip to content

Commit 79c3552

Browse files
committed
Changed signature of oracle__get_empty_subquery_sql based on dbt-core upgrade
1 parent c58329d commit 79c3552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt/include/oracle/macros/adapters.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{{ return(load_result('get_columns_in_query').table.columns | map(attribute='name') | list) }}
2626
{% endmacro %}
2727

28-
{% macro oracle__get_empty_subquery_sql(select_sql) %}
28+
{% macro oracle__get_empty_subquery_sql(select_sql, select_sql_header=none) %}
2929
select * from (
3030
{{ select_sql }}
3131
) dbt_sbq_tmp

0 commit comments

Comments
 (0)