Skip to content

Commit ad8f6e1

Browse files
authored
Merge pull request #344 from BentsiLeviav/main
Housekeeping for version 1.8.2
2 parents b1f6651 + 43cabd9 commit ad8f6e1

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
### Release [1.8.2], xxxx-xx-xx
1+
### Release [1.8.2], 2024-08-22
2+
### Bug Fix
3+
* It is now possible to add sn empty seed without rows.
4+
* Fix `__dbt_backup` dropping when working on cluster.
25
#### Improvements
36
* You can now add projections to tables. The projection config should be added to the model config, for instance:
47
```python
@@ -13,7 +16,12 @@
1316
) }}
1417
```
1518
Please be aware that this feature was added to distributed materialization as well, but might not fully function.
16-
* Added a new *experimental* incremental strategy - `insert_overwrite` was added which replaces existing data in a target table partition by partition, ensuring only the specified partitions are overwritten with new data, which helps maintain performance and data consistency. This feature was not tested with distribution models and might not work with such materializations.
19+
* Added a new *experimental* incremental strategy - `insert_overwrite` was added which replaces existing data in a target table partition by partition, ensuring only the specified partitions are overwritten with new data, which helps maintain performance and data consistency. This feature was not tested with distribution models and might not work with such materializations.
20+
[Anton Bryzgalov](https://github.com/bryzgaloff) Thank you for your contribution!
21+
* Schema changes for incremental models were improved and now include a `sync_all_column` option. For more information please [review this PR](https://github.com/ClickHouse/dbt-clickhouse/pull/332).
22+
[Can Bekleyici](https://github.com/canbekley) huge thanks for your contribution.
23+
* Support query settings in `view` materialization.
24+
* Improve `listagg` macro. [PR](https://github.com/ClickHouse/dbt-clickhouse/pull/318).
1725

1826

1927
### Release [1.8.1], 2024-07-11
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '1.8.1'
1+
version = '1.8.2'

0 commit comments

Comments
 (0)