-
Notifications
You must be signed in to change notification settings - Fork 97
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
List failed and finished dataflows in dora list
#554
Conversation
Could be good to represent them within a table format instead of a list format in line with See: https://docs.docker.com/reference/cli/docker/container/ls/ We could list running dataflow first and finished dataflow at the end. |
For the tab we can probably just use this: https://github.com/BurntSushi/tabwriter |
Good idea! Implemented in cdb3123. The output now looks like this:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could be good that the naming follows kubernetes naming: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/
So:
Running
Succeeded
Failed
Thanks a lot!
Otherwise looks great!
List failed and finished dataflows on
dora list
, in addition to the active ones. This makes it easier to find out whether a started dataflow was successful or not.Example Output: