Skip to content

Commit 63b94fc

Browse files
authored
Housekeeping for 1.7.6 release (#268)
1 parent 4d7f4af commit 63b94fc

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1+
### Release [1.7.6], 2024-04-12
2+
#### Bug Fix
3+
- A bug in (experimental) Distributed Table model creation could lead to errors when there was a change in the model definition (see, e.g.,
4+
https://github.com/ClickHouse/dbt-clickhouse/issues/226). Thanks to [Thomas Schmidt](https://github.com/Somtom) for the Fix!
5+
- A comment at the end of a model would break the query used to retrieve the result column datatypes. Thanks to [triou](https://github.com/tevariou)
6+
for the bug report and the fix. Closes https://github.com/ClickHouse/dbt-clickhouse/issues/256
7+
8+
#### Improvements
9+
- The new materialization for ClickHouse dictionaries now takes an optional "credentials dictionary" argument that overrides the
10+
global credentials values for user, password, database, host, and port (including removing any of those values by adding empty values if not needed).
11+
This allows better control over creating dictionaries on different server. Thanks to [Cristhian Garcia](https://github.com/Ian2012)
12+
for the PR!
13+
- A new `ttl` setting has been added to model configuration that will insert the provided ClickHouse TTL expression in the appropriate place.
14+
Thanks to [Evan Rusackas](https://github.com/rusackas) for the contribution!
15+
- The Agate library should now be lazy loaded. This should modestly improve dbt startup times (after dbt-clickhouse is upgraded to dbt 1.8.x).
16+
Thanks to [Daniel Reeves](https://github.com/dwreeves) for PR.
17+
118
### Release [1.7.5], 2024-04-02
219
#### Bug Fixes
320
- Requirements and tests upgraded to include Python 3.12. Closes https://github.com/ClickHouse/dbt-clickhouse/issues/264
4-
- Model settings were not working correctly for customer materializations. Thanks to original dbt-clickhouse [silentsokolov](https://github.com/silentsokolov)
21+
- Model settings were not working correctly for custom materializations. Thanks to original dbt-clickhouse [silentsokolov](https://github.com/silentsokolov)
522
for the PR!
623

724
### Release [1.7.4], 2024-03-23
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '1.7.5'
1+
version = '1.7.6'

0 commit comments

Comments
 (0)