v.25.9Improvement
Add a new
Add a new setting, allow_experimental_delta_lake_writes. #86180 (Kseniia Sumarokova).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 theallow_experimental_delta_lake_writes setting to 1 (true) in your ClickHouse session or configuration before performing write operations to Delta Lake tables.