vincbeck commented on issue #60517: URL: https://github.com/apache/airflow/issues/60517#issuecomment-3750684708
> [@kaxil](https://github.com/kaxil) Can we have a genelized implementation just like the waiter implenentation is there for the cleanup also in whole AWS provider. It will help in others also like athena also needs job cancellation after Trigger timeout. If you have context let me know or please tag someone who has context/maintainer on the AWS porovider. And could you please change the Tag's also. I am unbale to change them. cc [@o-nikolas](https://github.com/o-nikolas) I think a general approach would be difficult and maybe dangerous (and over engineered?). I think I rather an operator to operator approach where the cancelation of the job happens in the operator. As a maintainer and user perspective, that also simplify the review and understanding of an operator. Having a global approach would look like job cancellation happening as "magic" instead of being explicit in the operator. FYI, a PR resolving a similar issue has been merged recently: https://github.com/apache/airflow/pull/51883 -- 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]
