pub fn register_file_sink(
registry: &ConnectorRegistry,
) -> Result<(), ConnectorError>Expand description
Registers the file sink connector in the registry.
Makes connector = 'files' available in CREATE SINK statements.
ยงErrors
Returns an error if the connector name is already registered or the registry is frozen.