v.25.8New Feature

Glue catalogs for writes

Glue catalogs for writes. #84136 (Konstantin Vedernikov).
Introduces support for AWS Glue catalogs for write operations in ClickHouse.

Why it matters

This feature enables users to write data directly to AWS Glue catalogs, simplifying metadata management and integration with the AWS ecosystem. It solves the problem of limited catalog compatibility by allowing ClickHouse to use Glue as a catalog for data writes, enhancing interoperability and streamlining data workflows.

How to use it

Configure ClickHouse to use the AWS Glue catalog as the target catalog for your tables. When creating or altering tables, specify the Glue catalog to enable write operations to it. This allows seamless integration with AWS Glue for metadata management during data ingestion.