eladkal commented on issue #17928: URL: https://github.com/apache/airflow/issues/17928#issuecomment-911204945
> Like if I have 5 python operator in a single dag which is running sequentially, if I abort that dagrun at 3rd python operator then it will resume or rerun from that 3rd python operator but in your case, if we triggered a manual run then it will start from 1st python operator. Lets take your example - you have 5 operators as ` a >> b >> c >> d >> e` now `a` & `b` are success and `c` is running, you aborted the run (I would assume that by abort you mean set the dag to failure). To continue from where you left off all you need is to change the dagrun status to `Running`. I'm closing this issue as it seems you can do what you wish with existed functionality. If this comment nor previous one solved you problem please provide some more information about what you had in mind. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
