Skip to main content

Module delta_config

Module delta_config 

Source
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§

CompactionConfig
Configuration for background compaction.
DeltaLakeSinkConfig
Configuration for the Delta Lake sink connector.

Enums§

DeliveryGuarantee
Delivery guarantee level.
DeltaCatalogType
Delta Lake catalog type for table discovery.
DeltaWriteMode
Delta Lake write mode.