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