Expand description
Apache Iceberg connector configuration.
IcebergSinkConfig and IcebergSourceConfig encapsulate settings for
writing to and reading from Iceberg tables, parsed from SQL WITH (...)
clauses via their respective from_config methods.
Structs§
- Iceberg
Catalog Config - Shared catalog connection settings for both source and sink.
- Iceberg
Sink Config - Configuration for the Iceberg sink connector.
- Iceberg
Source Config - Configuration for the Iceberg source connector (lookup/reference table).
Enums§
- Iceberg
Catalog Type - Iceberg catalog type.
Functions§
- validate_
sink_ schema - Validates that a pipeline’s output schema is compatible with an Iceberg table’s Arrow schema.