eladkal commented on code in PR #47719:
URL: https://github.com/apache/airflow/pull/47719#discussion_r1993254221
##########
airflow/exceptions.py:
##########
@@ -456,6 +456,10 @@ class TaskDeferralTimeout(AirflowException):
"""Raise when there is a timeout on the deferral."""
+class ResponseCheckFailedException(AirflowException):
+ """Raise when response check condition is not met."""
+
+
Review Comment:
I don't think we need a special error for this.
`AirflowException` is good enough.
--
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]