Releases: ClickHouse/dbt-clickhouse
Releases · ClickHouse/dbt-clickhouse
v1.9.1
What's Changed
- hot fix missing database_engine error by @BentsiLeviav in #450
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- chore(deps): upgrade dbt-core to ~=1.9.0 by @canbekley in #403
- feat: microbatch strategy by @canbekley in #404
- feat: support TTL as a column-level configuration by @morsapaes in #442
- feat: Add ability to set sql security option by @dev-mkc19 in #379
- feat: escape column names in comments by @erik-amundson-anthro in #428
- Add TTL materialization for distributed tables. by @arastopchin1 in #430
- add cluster in connections_keys by @mironovich in #419
- fix: replicated database materializations by @canbekley in #407
- fix quoting reference in database_engine usage by @BentsiLeviav in #446
- Fix on cluster clause behaviour by @BentsiLeviav in #447
New Contributors
- @morsapaes made their first contribution in #442
- @dev-mkc19 made their first contribution in #379
- @erik-amundson-anthro made their first contribution in #428
- @arastopchin1 made their first contribution in #430
- @mironovich made their first contribution in #419
Full Changelog: v1.8.9...v1.9.0
v1.8.9
What's Changed
- fix: create materialized view on cluster by @flytrap in #384
- Revert "fix: create materialized view on cluster" by @BentsiLeviav in #416
- feat: allow using TLS client certificates by @bartoszwjn in #413
- don't drop local tables when there is no distributed table by @canbekley in #363
- Support of insert_overwrite in cluster setup by @pheepa in #394
- Fix lint by @BentsiLeviav in #422
- optimise adding projections and indexes in one statement, to avoid er… by @stephen-up in #421
- V1.8.9 housekeeping by @BentsiLeviav in #425
New Contributors
- @flytrap made their first contribution in #384
- @bartoszwjn made their first contribution in #413
- @pheepa made their first contribution in #394
Full Changelog: v1.8.8...v1.8.9
v1.8.8
What's Changed
- Add force on cluster config option by @benjamin-awd in #328
- Feature/create indexes by @stephen-up in #397
- Filter settings based on Engine by @shachibista in #367
- docs: fix typo in readme by @operagxoksana in #411
- chore: allow optional whitespace in multi mv implementation by @benjamin-awd in #409
- Prevent data loss when updating materialized view (#383) by @the4thamigo-uk in #390
- Support replace view by @BentsiLeviav in #412
New Contributors
- @benjamin-awd made their first contribution in #328
- @stephen-up made their first contribution in #397
- @shachibista made their first contribution in #367
- @operagxoksana made their first contribution in #411
Full Changelog: v1.8.7...v1.8.8
v1.8.7
What's Changed
- Use
CREATE OR REPLACE DICTIONARY
to avoid data loss (#392) by @the4thamigo-uk in #393 - Protect against no columns returned in materialized-view (#395) by @the4thamigo-uk in #396
- fix: remove python 3.8 from various places, #385 by @lkhagvadorj-amp in #402
- Support refreshable materialized views by @BentsiLeviav in #401
New Contributors
- @lucasfcnunes made their first contribution in #377
- @lkhagvadorj-amp made their first contribution in #402
Full Changelog: v1.8.6...v1.8.7
v1.8.6
What's Changed
- Make mv data catchup configurable by @BentsiLeviav in #399
Full Changelog: v1.8.5...v1.8.6
v1.8.5 - Improvements and bug fixes
What's Changed
- adding extra credentials argument to s3source by @mitchbregs in #356
- Housekeeping for 1.8.4 release by @genzgd in #357
- Fix quotation in split_part macro by @3fonov in #338
- feat: support range based dictionary layouts by @rjoelnorgren in #361
- Apply query settings for empty table model by @alexsubota in #362
- Add range based dictionary to CHANGELOG + tests by @rjoelnorgren in #376
- Remove stacktrace from database errors by @3fonov in #382
- Allow multiple materialized views to write to same target (#280) by @the4thamigo-uk in #364
- update CHANGELOG.md for version 1.8.4 by @BentsiLeviav in #386
- update CHANGELOG.md for version 1.8.5 by @BentsiLeviav in #387
New Contributors
- @mitchbregs made their first contribution in #356
- @3fonov made their first contribution in #338
- @alexsubota made their first contribution in #362
Full Changelog: v1.8.3...v1.8.5
v1.8.3 - Projections bug fix
What's Changed
- Restructure and rephrase the latest CHANGELOG.md release section by @BentsiLeviav in #346
- Create CONTRIBUTING.md by @BentsiLeviav in #347
- Fix multiple projections issue by @BentsiLeviav in #349
- Update CHANGELOG.md and version prior release by @BentsiLeviav in #350
Full Changelog: v1.8.2...v1.8.3
v1.8.2 - Functionality enhancement
What's Changed
- Add documentation for codec column configuration by @PJDuszynski in #317
- improve listagg macro by @igorvoltaic in #318
- Update changelog by @BentsiLeviav in #329
- feat: support query_settings in view materialization by @james-seymour-cubiko in #324
- __dbt_backup relation dropped on cluster for dictionaries (fixes #325) by @the4thamigo-uk in #326
- insert_overwrite (insert+replace) partitions incremental strategy by @bryzgaloff in #201
- Fix docker compose error in tests by @BentsiLeviav in #334
- feat: allow adding an empty seed without rows by @igorvoltaic in #341
- Feat/apply incremental schema changes by @canbekley in #332
- Skip distributed tests if cluster is not provided by @BentsiLeviav in #343
- Update incremental insert overwrite docs by @BentsiLeviav in #331
- Support projections by @BentsiLeviav in #342
- Housekeeping for version 1.8.2 by @BentsiLeviav in #344
New Contributors
- @PJDuszynski made their first contribution in #317
- @james-seymour-cubiko made their first contribution in #324
- @bryzgaloff made their first contribution in #201
- @canbekley made their first contribution in #332
Full Changelog: v1.8.1...v1.8.2
v1.8.1 - Community PRs
What's Changed
- Refresh the materialized_view table only if
--full-refresh
is speci… by @the4thamigo-uk in #294 - feat: Add tcp_keepalive for native connections by @rjoelnorgren in #299
- feat: implement listagg macro by @igorvoltaic in #290
- Fix listagg test by @BentsiLeviav in #306
- Fix temporary table creation to support dbt unit tests by @ricardo-barreira in #305
- Added database prefix option for local tables of distributed tables by @steffen030 in #285
- Fix: Dictionaries should be created on cluster when cluster is set by @bmtcril in #307
- Fixed incorrect values in section in README.md by @Baitur5 in #314
- increase version by @BentsiLeviav in #316
New Contributors
- @igorvoltaic made their first contribution in #290
- @ricardo-barreira made their first contribution in #305
- @steffen030 made their first contribution in #285
- @bmtcril made their first contribution in #307
- @Baitur5 made their first contribution in #314
Full Changelog: v1.8.0...v1.8.1