Skip to content

Commit 5675b1d

Browse files
authored
Release 1.7.4 housekeeping (#261)
1 parent 940ecde commit 5675b1d

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### Release [1.7.4], 2024-03-23
2+
#### Improvement
3+
- Adds support for materializing ClickHouse dictionaries. Thanks to [Rory Sawyer](https://github.com/SoryRawyer) for the contribution!
4+
See his excellent [tests](https://github.com/ClickHouse/dbt-clickhouse/blob/main/tests/integration/adapter/dictionary/test_dictionary.py)
5+
for example usage.
6+
17
### Release [1.7.3], 2024-03-11
28
#### Bug Fixes
39
- Fixed an [issue](https://github.com/ClickHouse/dbt-clickhouse/issues/231) where passing settings to on view creation didn't work.

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ no corresponding REFRESH operation). Instead, it acts as an "insert trigger", a
213213
(https://github.com/ClickHouse/dbt-clickhouse/blob/main/tests/integration/adapter/materialized_view/test_materialized_view.py) for an introductory example
214214
of how to use this functionality.
215215

216+
# Dictionary materializations (experimental)
217+
See the tests in https://github.com/ClickHouse/dbt-clickhouse/blob/main/tests/integration/adapter/dictionary/test_dictionary.py for examples of how to
218+
implement materializations for ClickHouse dictionaries
219+
216220
# Distributed materializations
217221

218222
Notes:
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '1.7.3'
1+
version = '1.7.4'

0 commit comments

Comments
 (0)