https://dagster.io/ logo
Title
y

Yeachan Park

10/26/2022, 3:14 PM
Hi all, we are running partitioned jobs and would like to be able to re-try a specific OP for a partition for whatever reason (e.g. the OP failed). Ideally, the "per-step status" for partitions should then show all green circles for all the OPs of that partition after running that specific OP. To try this, I first ran a partition for which all OPs succeeded. I then created a backfill by using
Step subset
to select a specific OP to re-run for that partition. That resulted in the green OP status circles turning grey for all the other successful ops. The only one that's green now is the OP that ran via
step subset
. Would appreciate your help. Thanks!
j

jamie

10/26/2022, 3:37 PM
@Yeachan Park this might be a UI bug, tagging @dish and @Ben Gotow for visibility
d

dish

10/26/2022, 3:38 PM
@Ben Gotow This looks a little similar to some of the issues we were looking at yesterday…
y

Yeachan Park

10/27/2022, 7:25 AM
Ah I see. I can go ahead and make an issue if it's a bug