You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
data_integration_run
)The text was updated successfully, but these errors were encountered: