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 9caa591 commit c87d912Copy full SHA for c87d912
dbt/include/oracle/macros/materializations/table/table.sql
@@ -18,10 +18,7 @@
18
{% set identifier = model['alias'] %}
19
{% set tmp_identifier = model['name'] + '__dbt_tmp' %}
20
{% set backup_identifier = model['name'] + '__dbt_backup' %}
21
- {{ log("SCHEMA __<>>>><<>>>>>>>>>>" ~ schema, info=True) }}
22
-
23
{% set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) %}
24
- {{ log("FOUND OLD RELATION __<>>>><<>>>>>>>>>>" ~ old_relation, info=True) }}
25
{% set target_relation = api.Relation.create(identifier=identifier,
26
schema=schema,
27
database=database,
0 commit comments