v.25.8New Feature
Iceberg Rest catalogs for writes
Iceberg Rest catalogs for writes. #84684 (Konstantin Vedernikov).
Why it matters
The feature enables users to perform write operations on Iceberg tables through REST catalogs, expanding ClickHouse's compatibility and ease of integration with Iceberg-managed data lakes. It solves the limitation of read-only access and allows seamless data management in Iceberg using ClickHouse.How to use it
To use this feature, configure an Iceberg Rest catalog in ClickHouse by specifying the relevant REST endpoint and authentication details. Once configured, users can performINSERT and other write operations on Iceberg tables through the catalog as part of their usual SQL workflows.