Reexecute a failed run #4784
-
Hi Guys, Is it possible to reexecute a failed run by runid? I tried the reexecute_pipeline function, which needs the parent run ID. But the most of my failed runs do not have a parent run ID, Just the runid. I couldn' t find any function or graphql mutation to reexecute the failed run. Do you have any Idea? Thank you very much in advance |
Beta Was this translation helpful? Give feedback.
Answered by
alangenfeld
Sep 13, 2021
Replies: 1 comment
-
https://docs.dagster.io/_apidocs/execution#dagster.reexecute_pipeline The "parent run id" is the id of the previously failed run to execute. Our naming is not as good as it could be here. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yuhan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.dagster.io/_apidocs/execution#dagster.reexecute_pipeline
The "parent run id" is the id of the previously failed run to execute. Our naming is not as good as it could be here.