run-test-suite
Triggers execution of a test suite by starting its associated ingestion pipeline. Accepts pipeline FQN, pipeline UUID, or test suite FQN.
Instructions
Trigger execution of a Test Suite via its associated ingestion pipeline. Async — returns the trigger ack, results land via the normal pipeline → testCaseResult flow (poll list-test-case-results or quality-rollup). Provide pipelineFqn or pipelineId directly, OR testSuiteFqn (resolved to its first associated pipeline). Write-gated by OPENMETADATA_ALLOW_WRITE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipelineFqn | No | Ingestion pipeline FQN. The standard suite-execution path. Use list-pipelines or look up via OM UI. | |
| pipelineId | No | Ingestion pipeline UUID (alternative to pipelineFqn) | |
| testSuiteFqn | No | Test Suite FQN — resolved to its associated pipeline before triggering. Skipped if pipelineFqn/Id provided. |