class Multiwoven::Integrations::Core::SourceConnector

def read(_sync_config)

accepts Protocol::SyncConfig
def read(_sync_config)
  raise "Not implemented"
  # setup sync configs
  # call query(connection, query)
  # Returns list of RecordMessage
end