We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8139f commit 80cba25Copy full SHA for 80cba25
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### Release [1.4.8], 2023-08-22
2
+#### Bug Fix
3
+- Fixed issues with experimental Distributed table materializations. Closes https://github.com/ClickHouse/dbt-clickhouse/issues/179.
4
+Thanks to [Zhebnang](https://github.com/zli06160) for the report and for contributing to the fix with [gfunc](https://github.com/gfunc).
5
+
6
### Release [1.4.7], 2023-08-09
7
#### Bug Fix
8
- Fixed an exception in "legacy" incremental materializations that are not distributed
dbt/adapters/clickhouse/__version__.py
@@ -1 +1 @@
-version = '1.4.7'
+version = '1.4.8'
0 commit comments