Skip to main content

register_delta_lake_sink

Function register_delta_lake_sink 

Source
pub fn register_delta_lake_sink(
    registry: &ConnectorRegistry,
) -> Result<(), ConnectorError>
Expand description

Registers the Delta Lake sink connector with the given registry.

ยงErrors

Returns the registry error when a name is already registered or the registry is frozen.