Expand description
Typed Apache Iceberg connector configuration.
Structs§
- Iceberg
Catalog Config - Catalog connection settings shared by Iceberg sources and sinks.
- Iceberg
Partition Field - One partition field in an auto-created Iceberg table.
- Iceberg
Sink Config - Configuration for the Iceberg append sink.
- Iceberg
Sort Field - One sort field in an auto-created Iceberg table.
- Iceberg
Source Config - Configuration for bounded snapshot and append reads.
- Iceberg
Storage Config - Storage settings kept separate from catalog authentication.
Enums§
- Iceberg
Catalog Auth Type - Catalog authentication mechanism.
- Iceberg
Catalog Type - Iceberg catalog implementation requested by configuration.
- Iceberg
Null Order - Null placement used by an auto-created Iceberg table.
- Iceberg
Read Bootstrap - Bootstrap policy for append reads.
- Iceberg
Read Mode - Read semantics exposed by the Iceberg source.
- Iceberg
Schema Evolution Mode - Permitted schema changes while a sink is running.
- Iceberg
Sort Direction - Sort direction used by an auto-created Iceberg table.
- Iceberg
Storage Encryption - Server-side encryption requested for object storage.
- Iceberg
Storage Type - Storage backend used for Iceberg table data and metadata.
- Iceberg
Transform - Iceberg partition or sort transform used for table creation.
- Iceberg
Write Distribution Mode - How input rows are distributed across partition writers.
- Iceberg
Write Mode - Mutation semantics requested from the Iceberg sink.
Functions§
- validate_
sink_ schema - Validates an Arrow pipeline schema against an Iceberg-derived Arrow schema.