Releases: ClickHouse/dbt-clickhouse
Releases · ClickHouse/dbt-clickhouse
v1.5.0 dbt 1.5.x support
v1.4.9 Improved Distributed Table Support
Incorporates better distributed table support with tests.
v1.4.8
v1.4.7 Fix legacy incremental materializations
Fixes "legacy" incremental materializations which were broken as a result of distributed table handling.
v1.4.6 Fix LW Delete Settings
Fixes an issue where lightweight deletes could fail in load balanced environments such as ClickHouse Cloud
v1.4.5 Experimental Distributed Table Materializations
Adds community contribution for distributed table materializations
v1.4.4 -- Bug fixes
v1.4.3 Add Distributed Table Materialization Macro, fix Hook return type
What's Changed
- Fix incompatible return type by @PrVrSs in #162
- Distributed table materialization by @gladkikhtutu in #163
New Contributors
- @PrVrSs made their first contribution in #162
- @gladkikhtutu made their first contribution in #163
Full Changelog: v1.4.2...v1.4.3
v1.4.2 On cluster fixes
What's Changed
- Fix database creation when cluster name is defined by @codenation-nl in #154
- fix: SYSTEM SYNC REPLICA for on_cluster_clause by @Schum-io in #156
New Contributors
- @codenation-nl made their first contribution in #154
- @Schum-io made their first contribution in #156
Full Changelog: v1.4.1...v1.4.2
v1.4.1 Small updates, allow parallel delete+insert transformations
What's Changed
- Sync replica before exchange on
exchange_tables_atomic
by @saurabhbikram in #139 - Add on cluster for seed files. by @saurabhbikram in #146
- Add
ON CLUSTER
to persist docs by @saurabhbikram in #147 - Reduce number of MODIFY COMMENT queries count by @simpl1g in #148
- reconcile 1.4.1 work with main by @genzgd in #151
- Add random suffix to incremental new data table by @genzgd in #152
New Contributors
Full Changelog: v1.4.0...v1.4.1