potiuk commented on issue #60172:
URL: https://github.com/apache/airflow/issues/60172#issuecomment-3715410867
There is already exception for that:
```
class AirflowFailException(AirflowException):
"""Raise when the task should be failed without retrying."""
```
There is no need to have "success" exception, you just exit from the method
when it happens
--
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]