Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better monitoring of pipeline executions [EPIC] #82

Open
3 tasks
leo-schick opened this issue May 30, 2022 · 0 comments
Open
3 tasks

Better monitoring of pipeline executions [EPIC] #82

leo-schick opened this issue May 30, 2022 · 0 comments

Comments

@leo-schick
Copy link
Member

leo-schick commented May 30, 2022

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant