ndellosa95 commented on issue #60172: URL: https://github.com/apache/airflow/issues/60172#issuecomment-3720005072
@potiuk I think you are misunderstanding my request. `AirflowFailException` only works when called from within operator/task code. When you call it within an `on_retry_callback` it simply fails the callback and retries as normal. See the example [here](https://github.com/apache/airflow/discussions/28263#discussioncomment-4354509), which I linked above, for what I mean. -- 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]
