Expand description
Delta Lake sink connector configuration.
DeltaLakeSinkConfig encapsulates all settings for writing Arrow
RecordBatch data to Delta Lake tables, parsed from SQL WITH (...)
clauses via from_config.
Structs§
- Compaction
Config - Configuration for background compaction.
- Delta
Lake Sink Config - Configuration for the Delta Lake sink connector.
Enums§
- Delivery
Guarantee - Delivery guarantee level.
- Delta
Catalog Type - Delta Lake catalog type for table discovery.
- Delta
Write Mode - Delta Lake write mode.