Closed andrewkomkov closed 7 months ago
I guess i found cause of the problem If somehow pass this setting SET join_use_nulls = 1; It will wokr The question is - how can i pass settings like this to dbt?
Fixed with this setting
thanks for the investigation -- my sense is that dbt-clickhouse should make "join_use_nulls" the default perhaps?
I don't think you should make it enabled by default. Since it is not enabled by default in Clickhouse itself However, this should be included in the module description
Describe the bug
invalidate_hard_deletes option (https://docs.getdbt.com/reference/resource-configs/invalidate_hard_deletes) does not work with clickhouse
Steps to reproduce
Create snapshot like this
Expected behaviour
In snapshot table, row with deleted id should have dbt_valid_to, but it does null
Configuration
Environment