We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588e5ca commit 1f17ec2Copy full SHA for 1f17ec2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### Release [1.5.1], 2023-11-27
2
+#### Bug Fix
3
+- Fix table materialization for compatibility with SQLFluff. Thanks to [Kristof Szaloki](https://github.com/kris947) for the PR!
4
+
5
### Release [1.5.0], 2023-11-23
6
#### Improvements
7
- Compatible with dbt 1.5.x
dbt/adapters/clickhouse/__version__.py
@@ -1 +1 @@
-version = '1.5.0'
+version = '1.5.1'
0 commit comments