Skip to content

invalidate_hard_deletes=True directive does not work  #37

@gbonazzoli

Description

@gbonazzoli

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

If we have the following snapshot's confg:

{{
    config(
      target_database='psbi',
      target_schema='dwh',
      unique_key='ID',

      strategy='check',
      check_cols='all',
      invalidate_hard_deletes=True
    )
}}

and run

dbt snapshot

we obtain the following error:

04:46:44  Database Error in snapshot fct_piano_car (snapshots/fct_piano_car.sql)
04:46:44    ORA-00905: missing keyword

Expected Behavior

No response

Steps To Reproduce

No response

Relevant log output using --debug flag enabled

No response

Environment

- OS: Ubuntu 20.04
- Python:  3.8.10
- dbt: 1.1.1
- dbt-oracle: 1.1.1

What Oracle database version are you using dbt with?

19c

Additional Context

none

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions