Releases: ClickHouse/dbt-clickhouse
Releases · ClickHouse/dbt-clickhouse
1.1.0.2
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
1.1.0
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
Add
- Support 1.0.4 dbt
Fix
- New logger
1.0.0
Add
- Support 1.0.0 dbt
0.21.1
0.21.0
0.20.2
Add
- Support 0.20.2 dbt
Change
- Rewrite logic incremental materializations #12
Fix
- Fix dbt tests with ClickHouse #18 (thx @artamoshin)
- Fix relationships test #19
0.20.1
Add
- Support 0.20.1 dbt
0.20.0
Add
- Support 0.20.0 dbt