run-test-suite
Trigger execution of a test suite by providing its ingestion pipeline FQN, pipeline ID, or test suite FQN. Returns an acknowledgement of the async trigger.
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. |