Will Ho
11/17/2022, 6:24 PMparent-run-id
in the op context object. However, that field is set for both automatic run retries and user-initiated retries in the Dagster UI. Is there a programmatic way to differentiate between automatic retries vs user retries?claire
11/17/2022, 7:45 PMparent_run_id
field is automatically set for all run retries to point to the root run.
Not a great solution, but you could add a tag when you do manually retry a run via Dagit. I can also imagine that Dagit can add the tag when a user initiates a retry manually, though we don't have this functionality currently. If this is an important feature for you, I'd suggest filing a feature request for this!