class Multiwoven::Integrations::Source::Oracle::Client
def read(sync_config)
def read(sync_config) connection_config = sync_config.source.connection_specification.with_indifferent_access query = sync_config.model.query db = create_connection(connection_config) query(db, query) rescue StandardError => e handle_exception(e, { context: "ORACLE:READ:EXCEPTION", type: "error", sync_id: sync_config.sync_id, sync_run_id: sync_config.sync_run_id }) end