Skip to main content

register_generator_source

Function register_generator_source 

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

Registers the generator source so CREATE SOURCE ... WITH (connector = 'generator') resolves.

ยงErrors

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