-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
User story
Currently the only way to see in the UI if a pipeline run through is to click on the pipeline and to check its last runs. There you can see if the pipeline still runs (unfinished), succeeded or failed. When you have a bunch of pipelines (e.g. in the root pipeline) which run on different time schedules, you have to click through all of them to know if everything worked out fine.
This shall be improved
Ideas how to solve this
- add a dashboard showing the last runs of all pipelines
- add a dashboard showing the currently running pipelines (based on table
data_integration_run
) - add a status icon behind a pipeline in the dependency graph and/or child nodes page to show the status of the last run. Here we could use simple status icons like those are used in GitHub Actions.
Metadata
Metadata
Assignees
Labels
No labels