ClickHouse / dbt-clickhouse

The Clickhouse plugin for dbt (data build tool)
Apache License 2.0
253 stars 113 forks source link

Prevent data loss when updating materialized view (#383) #390

Open the4thamigo-uk opened 1 day ago

the4thamigo-uk commented 1 day ago

Summary

Dropping and recreating a materialized view risk losing some data. Instead we should use ALTER TABLE...MODIFY QUERY which performs the update atomically.

Checklist

Delete items not relevant to your PR: