rill icon indicating copy to clipboard operation
rill copied to clipboard

Can not create models on replicated clickhouse cluster

Open k-anshul opened this issue 1 year ago • 1 comments

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.

k-anshul avatar Aug 09 '24 07:08 k-anshul

Will be fixed on clickhouse cloud via : https://github.com/rilldata/rill/pull/5465

k-anshul avatar Aug 19 '24 12:08 k-anshul