Hi guys, I created a graph which has so many Ops, ...
# ask-community
r
Hi guys, I created a graph which has so many Ops, and it fails mid-way. I want to programmatically re-execute it but starting at the failed step of the graph and move forward. I do not want to repeat execution of the earlier, successful steps. any idea how can i achieve it
dagster bot responded by community 1
🤖 1
z
You want the From Failure option described in this doc. The re-execution dropdown is at the top-right of the page that shows your job run