class Multiwoven::Integrations::Source::VertexModel::Client
def discover(_connection_config = nil)
def discover(_connection_config = nil) catalog_json = read_json(CATALOG_SPEC_PATH) catalog = build_catalog(catalog_json) catalog.to_multiwoven_message rescue StandardError => e handle_exception(e, { context: "GOOGLE:VERTEX MODEL:DISCOVER:EXCEPTION", type: "error" }) end