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 1358bbc commit f983c4bCopy full SHA for f983c4b
dbt/adapters/oracle/relation.py
@@ -40,12 +40,6 @@ class OracleRelation(BaseRelation):
40
quote_policy: OracleQuotePolicy = OracleQuotePolicy()
41
include_policy: OracleIncludePolicy = OracleIncludePolicy()
42
43
- def __post_init__(self):
44
- if self.database:
45
- raise dbt.exceptions.RuntimeException(
46
- f'Cannot set database {self.database} in Oracle!'
47
- )
48
-
49
@staticmethod
50
def add_ephemeral_prefix(name):
51
return f'dbt__cte__{name}__'
0 commit comments