Test Connector
Test a connector configuration without saving it
Authorizations
API key or JWT token
Body
A connector's type, display name, and type-specific connection metadata.
Set exactly one metadata field matching connector_type (e.g.
connector_type: POSTGRES ā set postgres). The common database types
are documented below; every supported type follows the same shape ā see
the proto ConnectorConfig for the full list (Snowflake, BigQuery,
Databricks, Tableau, PowerBI, SQL Server, Trino, etc.).
Confidential fields (passwords, keys, tokens) are write-only: they are never returned by read endpoints, and on update they are preserved from the stored connector when sent empty.
Optional. ID of an existing connector whose confidential fields
should fill in any empty confidential fields in config before the
connection is attempted.