You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENGINE = ReplicatedReplacingMergeTree('/clickhouse/tables/{uuid}/{shard}', '{replica}', datetime)
PARTITION BY toYYYYMM(datetime)
ORDER BY (datetime, object_id)
SETTINGS index_granularity =8192
Expected behaviour
Engine of local table should contain TTL setting
ENGINE = ReplicatedReplacingMergeTree('/clickhouse/tables/{uuid}/{shard}', '{replica}', datetime)
PARTITION BY toYYYYMM(datetime)
ORDER BY (datetime, object_id)
TTL toStartOfYear(datetime + toIntervalYear(5))
SETTINGS index_granularity =8192
Describe the bug
Tried to materialize table with
distributed_incremental
materialization.TTL
setting doesn't exist for local table.Steps to reproduce
test_model
with config. Rundbt build
Expected behaviour
Engine of local table should contain TTL setting
Code examples, such as models or profile settings
dbt and/or ClickHouse server logs
Configuration
Environment
ClickHouse server
CREATE TABLE
statements for tables involved:The text was updated successfully, but these errors were encountered: