rill
rill copied to clipboard
Can not create models on replicated clickhouse cluster
CREATE AS SELECT is forbidden on replicated clickhouse cluster : https://github.com/ClickHouse/ClickHouse/pull/57796
This is what is executed when we create models.
Need to find workarounds. May be create DDL first and then run INSERT query. Need to explore.
Will be fixed on clickhouse cloud via : https://github.com/rilldata/rill/pull/5465