dagster-io / dagster

An orchestration platform for the development, production, and observation of data assets.
https://dagster.io
Apache License 2.0
11.7k stars 1.48k forks source link

[UI] Add view of ongoing run that filters out already successfully completed steps #19430

Open mkleinbort-ic opened 9 months ago

mkleinbort-ic commented 9 months ago

What's the use case?

For large, long-lasting runs it can be hard to see what steps are still pending.

I'd be good to add an option to hide the (often many) successfully completed steps, to make it easier to see which steps are still pending.

Ideas of implementation

Add a toggle to hide successfully completed steps here:

image

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

bengotow commented 9 months ago

This does seem like it'd be useful! We offer the small "Preparing" panel on the right side, but there isn't a way to get an equivalent view on the graph.

mkleinbort-ic commented 8 months ago

Is this in the backlog? I'd appreciate the feature

mkleinbort-ic commented 6 months ago

I noticed there is this toggle to steps that have not started, excluding completed tasks would be a great complement:

i.e. change this: image Into this: image

mkleinbort-ic commented 2 weeks ago

It would still be a nice feature - I run pretty big runs and it's hard to get a sense of the status at a glance after 200+ steps finished.