v.25.8New Feature
Support writes
Support writes into DeltaLake. Closes #79603. #85564 (Kseniia Sumarokova).
Why it matters
This feature enables users to integrate ClickHouse with DeltaLake by allowing data inserts into DeltaLake storage formats. It simplifies data workflows by facilitating compatibility and data exchange between ClickHouse and DeltaLake systems.How to use it
Users can write data into DeltaLake tables using standardINSERT INTO queries targeting tables defined with the DeltaLake engine or format. Configuration details and table creation syntax are documented in the ClickHouse DeltaLake integration guide.