Skip to main content

register_iceberg_source

Function register_iceberg_source 

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

Registers the Iceberg source connector with the given registry.

ยงErrors

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