Skip to content

Releases: ClickHouse/dbt-clickhouse

1.1.0.2

18 Jun 00:18
702d02f
Compare
Choose a tag to compare

FIX

  • Allow using custom database/schemas
  • Support boolean fields in csv seed

ADD

  • Support for inserting SETTINGS section to CREATE AS and INSERT INTO queries through model configuration
  • Support adding custom session settings to the connection through profile credentials.

1.1.0.1

09 Jun 17:17
e7e283d
Compare
Choose a tag to compare

FIX

  • Fixed pre-hooks and empty fields in CSV seed

1.1.0

02 Jun 20:49
1464ee4
Compare
Choose a tag to compare

Add

  • Support 1.1.0 dbt

Fix

  • Snapshots timestamps
  • Replace temporary in-memory tables with MergeTree table - removing memory limitations over Incremental model and snapshots creation

Driver

  • Moved to use clickhouse-connect driver - an officially supported driver by ClickHouse.inc

1.0.4

02 Apr 14:29
84566a9
Compare
Choose a tag to compare

Add

  • Support 1.0.4 dbt

Fix

  • New logger

1.0.0

02 Jan 08:55
1a3c199
Compare
Choose a tag to compare

Add

  • Support 1.0.0 dbt

0.21.1

01 Jan 15:34
4783a3a
Compare
Choose a tag to compare

Add

  • Support 0.21.1 dbt
  • Extended settings for clickhouse-driver #27

Fix

  • Fix types in CSV seed #24

0.21.0

19 Nov 05:49
447e76a
Compare
Choose a tag to compare

Add

  • Support 0.21.0 dbt

Fix

  • Fix FixString column #20
  • Default behavior for a quoted #21
  • Fix string expand #22
  • Wrong position of on cluster clause #23

0.20.2

16 Oct 12:38
b60f67e
Compare
Choose a tag to compare

Add

  • Support 0.20.2 dbt

Change

  • Rewrite logic incremental materializations #12

Fix

0.20.1

15 Aug 05:23
6b66bba
Compare
Choose a tag to compare

Add

  • Support 0.20.1 dbt

0.20.0

14 Aug 05:47
4b6453b
Compare
Choose a tag to compare

Add

  • Support 0.20.0 dbt