class Multiwoven::Integrations::Core::SourceConnector

def create_connection(connector_config)

In every source connector. This will be used for model preview
This needs to be implemented as private method
def create_connection(connector_config)
  # return a connection to the client's source
end