Skip to content

Commit 0147955

Browse files
authored
Merge pull request #401 from ClickHouse/support-refreshable-mv
Support refreshable materialized views
2 parents c246354 + 289eb89 commit 0147955

File tree

4 files changed

+496
-114
lines changed

4 files changed

+496
-114
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
### Unreleased
22

3+
### New Features
4+
* Added support for [refreshable materialized view](https://clickhouse.com/docs/en/materialized-view/refreshable-materialized-view) ([#401](https://github.com/ClickHouse/dbt-clickhouse/pull/401))
35
### Improvement
4-
5-
Avoid potential data loss by using `CREATE OR REPLACE DICTIONARY` to atomically update a dictionary (#393)
6+
* Avoid potential data loss by using `CREATE OR REPLACE DICTIONARY` to atomically update a dictionary ([#393](https://github.com/ClickHouse/dbt-clickhouse/pull/393))
67

78
### Release [1.8.6], 2024-12-05
89

0 commit comments

Comments
 (0)