Interface ConnectorFactory

All Superinterfaces:
ExternalSourceFactory

public interface ConnectorFactory extends ExternalSourceFactory
Factory for creating connectors to external data sources. Each factory handles a specific protocol or source type (e.g. "flight", "jdbc"). Schema resolution lives here to avoid creating throwaway Connector instances.