v.25.7New Feature
Introduce support
Introduce support for INSERTs into Iceberg tables. #82692 (Konstantin Vedernikov).
Why it matters
This feature enables users to directly insert data into Iceberg tables managed by ClickHouse, enhancing compatibility and ease of data management when working with the Iceberg table format.How to use it
Users can perform data insertions into Iceberg tables using the standardINSERT INTO <table_name> syntax. No additional configuration is required beyond having an Iceberg table created in ClickHouse.