v.24.9New Feature
Read Iceberg Tables in Azure and Locally
Makes it possible to read Iceberg tables in Azure and locally. #68210 (Daniil Ivanik).Why it matters
This feature enables users to directly queryIceberg tables from Azure storage services and local file systems, facilitating seamless integration and analysis of Iceberg-managed data without needing data migration or conversion. It expands ClickHouse's compatibility with modern data lake storage formats.How to use it
To use this feature, configure ClickHouse to connect to your Azure storage or local file system where theIceberg tables reside, and query them using ClickHouse’s standard SQL interface. Ensure proper access credentials and paths are set up according to the ClickHouse documentation on Iceberg table integration.