ClickHouse
ClickHouse copied to clipboard
Generalize engine definition for external tables
CREATE TABLE <my_table> Engine = DeltaLake(...)
CREATE TABLE <my_table> Engine = Iceberg(...)
Current implementation assumes 3 versions of Iceberg. There should be only one. Also it should support named collections and all connection features of S3() table function