Releases: ClickHouse/dbt-clickhouse
Releases · ClickHouse/dbt-clickhouse
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
v1.4.0 -- dbt 1.4.1 support
What's Changed
Full Changelog: v1.3.3...v1.4.0
v1.3.3 Threads fix, update ephemeral doc
Release 1.3.3 (#130) * Add some tests, including for ephemeral models * Fix lint * Update readme to show ephemeral validated * Add ephemeral limitation to readme * Use copy of custom settings to keep new connections clean * Remove debug client * Ensure that our unique session id isn't stomped on in custom settings * Add seed column types to seeds test * Update docs with limitations and thread info
v1.3.2 Experimental delete+insert, s3source macro
Release 1 3 2 (#122) * Checkpoint for release 1.3.2 * Clean up ON CLUSTER clause * Fix on cluster * Begin incremental refactor * Lightweight deletes initial implementation * debug test setup * debug test setup * debug test setup * Add additional lightweight delete tests * Fix test nullable issue * Incremental legacy fix for complex keys * Checkpoint for s3 helpers * Implementation and tests for s3 table function helpers * Rename s3table to s3source
v1.3.1 Improve EXCHANGE TABLE error message
Fix pypi job checkout version
v1.3.0 DBT 1.3 support
Dbt 1 3 (#109) * Clean up some datatypes, add datatypes tests * Update array macros, add array and concurrency tests * Minor tweaks * Update test actions * Force case sensitive relation searches
v1.2.2 Incremental Materialization Fix
Fixes a major bug in incremental materializations
v1.2.1 Support DBT 1.2
- Support dbt 1.2.1 #79
- Grants support on models
- Support the cross database dbt-core macros (migrated from dbt-utils)
- Add docs tests
- Validate Python 3.10 support
- Implement retry logic for small set of "retryable" connection errors
- Don't close connection on release to improvement model performance
- Allow specifying database engine for schema creation
- Extend support for ClickHouse Cloud and Replicated databases
- Validate that atomic EXCHANGE TABLES is supported on the target ClickHouse server #94
1.1.8 Support Atomic Exchange
Support Atomic exchange, model settings fix