pub async fn probe_invocation(
id: String,
source: ConnectorSpec,
sink: ConnectorSpec,
state: Option<StateStoreSpec>,
auth: &AuthCatalog,
ctx: &CheckContext,
) -> InvocationOutExpand description
Build the three connectors for one invocation and run their probes.