TestSuite ingestion pipelines execute on schedule but #30582
Unanswered
shubham-mbfx
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
/pipelines/{fqn}/status returns empty and table's Pipelines tab shows 0
On OM 1.12.13 (self-hosted), ingestion pipelines of pipelineType: TestSuite, created via API, show deployed: true and enabled: true, and tests genuinely execute on their configured cron schedule (confirmed via the table's own Data Quality → Test Cases tab, showing a real Last Run timestamp matching the schedule). However:
GET /v1/pipelines/{fqn}/status returns {"data": [], "paging": {"total": 0}} for these pipelines — even for long-running, previously-working pipelines with an "Active" status shown elsewhere in the UI
The table's Data Quality → Pipelines sub-tab shows a count of 0, despite the pipeline entity existing and being correctly configured
Is this expected for TestSuite-type pipelines specifically (i.e., does status route through a different endpoint for this pipeline type), or is this a genuine gap? Happy to share full entity JSON / reproduction steps.
All reactions