Test Connector
connectors
Test Connector
Test connectivity — returns {success, message, latency_ms} (C-011).
Task LB2: for contract/postgres connectors, `result` also carries the
real-probe detail fields ({ok, table_ok, columns_ok, missing_columns?,
detail}) from app/integrations/providers/db_probe.py -- surfaced
verbatim below so the caller can tell "auth failed" from "table
missing" from "column missing" instead of a single opaque message.
Every other connector type's stub result has none of those keys, so
they simply don't appear in the response — never fabricated.
POST
Test Connector