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 f7569d4 commit 0a5ec79Copy full SHA for 0a5ec79
dbt/include/oracle/macros/catalog.sql
@@ -29,9 +29,7 @@
29
from sys.all_tables
30
where upper(table_name) not in (
31
select upper(mview_name)
32
- from sys.all_mviews
33
- where upper(owner) = upper('{{ schema_relation.schema }}')
34
- )
+ from sys.all_mviews)
35
union all
36
select SYS_CONTEXT('userenv', 'DB_NAME'),
37
owner,
0 commit comments