dbt-labs / dbt-jsonschema

Apache License 2.0
109 stars 40 forks source link

`snapshots.invalidate_hard_deletes` not defined #86

Closed kdeelaka-superloop closed 8 months ago

kdeelaka-superloop commented 10 months ago

As depicted in the below screenshot snapshots.invalidate_hard_deletes is not defined in the schema, thus it shows as a error Incorrect type. Expected "null", Although it is valid syntax.

dbt-core==1.6.0

invalidate_hard_deletes_issue

Code snippet:

snapshots:
    github_example_dw:
        +target_schema: snapshots
        +invalidate_hard_deletes: true