class Multiwoven::Integrations::Destination::GoogleSheets::Client
def check_connection(connection_config)
def check_connection(connection_config) connection_config = connection_config.with_indifferent_access authorize_client(connection_config) fetch_google_spread_sheets(connection_config) success_status rescue StandardError => e handle_exception("GOOGLE_SHEETS:CRM:DISCOVER:EXCEPTION", "error", e) failure_status(e) end