Skip to main content

Module delta

Module delta 

Source
Available on crate features source-delta and source-rest only.

Structs§

DeltaConnection
Location + credentials for a Delta table. Flattened (#[serde(flatten)]) into both the source and sink config so the same three keys appear at the connector-config top level.
DeltaSource
A source that reads an Apache Delta Lake table into JSON records.
DeltaSourceConfig
Configuration for the Delta Lake source connector.

Enums§

DeltaCredentials
Object-store credentials for reading/writing a Delta table.