v.25.9Improvement

Add a new

Add a new setting, allow_experimental_delta_lake_writes. #86180 (Kseniia Sumarokova).
Introduces a new setting, allow_experimental_delta_lake_writes, to enable experimental write support for Delta Lake tables in ClickHouse.

Why it matters

This feature allows users to perform experimental write operations to Delta Lake tables directly from ClickHouse, enhancing interoperability and expanding data integration possibilities.

How to use it

To enable this feature, set the allow_experimental_delta_lake_writes setting to 1 (true) in your ClickHouse session or configuration before performing write operations to Delta Lake tables.