Skip to content

Commit febc220

Browse files
committed
Update changelog
1 parent 092c618 commit febc220

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### Release [1.7.2], 2024-02-09
2+
#### Bug Fix
3+
- Fixed an issue where Materialize Views would break with a custom schema. Thanks to [Rory Sawyer](https://github.com/SoryRawyer)
4+
for the PR!
5+
16
### Release [1.7.1], 2023-12-13
27
#### Bug Fixes
38
- Some models with LIMIT clauses were broken in recent releases. This has been fixed. Thanks to

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ operations, because they don't require rewriting ClickHouse data parts. The inc
156156
incremental materializations that perform significantly better than the "legacy" strategy. However, there are important caveats to using this strategy:
157157
- Lightweight deletes must be enabled on your ClickHouse server using the setting `allow_experimental_lightweight_delete=1` or you
158158
must set `use_lw_deletes=true` in your profile (which will enable that setting for your dbt sessions)
159-
- As suggested by the setting name, lightweight delete functionality is still experimental and there are still known issues that must be resolved before the feature is considered production ready,
160-
so usage should be limited to datasets that are easily recreated
159+
- Lightweight deletes are now production ready, but there may be performance and other problems on ClickHouse versions earlier than 23.3.
161160
- This strategy operates directly on the affected table/relation (with creating any intermediate or temporary tables), so if there is an issue during the operation, the
162161
data in the incremental model is likely to be in an invalid state
163162
- When using lightweight deletes, dbt-clickhouse enabled the setting `allow_nondeterministic_mutations`. In some very rare cases using non-deterministic incremental_predicates
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '1.7.1'
1+
version = '1.7.2'

0 commit comments

Comments
 (0)