Skip to content

Releases: ClickHouse/dbt-clickhouse

v1.3.2 Experimental delete+insert, s3source macro

23 Dec 21:47
641e49d
Compare
Choose a tag to compare
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

17 Nov 20:30
Compare
Choose a tag to compare
Fix pypi job checkout version

v1.3.0 DBT 1.3 support

30 Oct 18:14
4cbdc5b
Compare
Choose a tag to compare
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

07 Oct 10:33
0a412f6
Compare
Choose a tag to compare

Fixes a major bug in incremental materializations

v1.2.1 Support DBT 1.2

19 Sep 18:10
Compare
Choose a tag to compare
  • 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

02 Sep 19:41
fc52da7
Compare
Choose a tag to compare

Support Atomic exchange, model settings fix

1.1.7

11 Jul 20:40
6368cfd
Compare
Choose a tag to compare

FIX

  • Fix brackets regex in column - support Array with nullable values type

1.1.6

04 Jul 11:39
Compare
Choose a tag to compare

ADD

  • Support for create as select in Replicated databases

1.1.5

27 Jun 22:55
7abfee3
Compare
Choose a tag to compare

FIX

  • Ensure database exist before connection

ADD

  • Allow dropping schema - in this case the driver will connect to client's default db

1.1.4

27 Jun 19:14
Compare
Choose a tag to compare

ADD

  • Put back Native protocol connections in addition to HTTP