Releases: ClickHouse/dbt-clickhouse
Releases · ClickHouse/dbt-clickhouse
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