pub fn register_iceberg_sink(
registry: &ConnectorRegistry,
) -> Result<(), ConnectorError>Expand description
Registers the Iceberg sink connector with the given registry.
ยงErrors
Returns the registry error when a name is already registered or the registry is frozen.