dabla commented on code in PR #47719:
URL: https://github.com/apache/airflow/pull/47719#discussion_r1993260560
##########
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:
Yeah some cleanup will definitely be needed
--
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]