ClickHouse / ClickHouse/dbt-clickhouse
support hard_deletes `new_record` behavior for snapshots
Open
- Dominant language
- Python
- Stars
- 362
- Forks
- 177
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 8
Description
As of dbt-core 1.9 snapshot hard_deletes config supports `new_record` which this adaptor does not support.
https://docs.getdbt.com/reference/resource-configs/hard-deletes
`invalidate` behavior works just fine, but when running snapshots with `new_record`, the `dbt_is_deleted` column is never populated.
Contributor guide
Assessment
This issue has not been assessed yet.