Lee-W commented on code in PR #44557:
URL: https://github.com/apache/airflow/pull/44557#discussion_r1914132316
##########
airflow/exceptions.py:
##########
@@ -456,6 +456,10 @@ class TaskDeferralTimeout(AirflowException):
"""Raise when there is a timeout on the deferral."""
+class ResponseCheckFailedException(AirflowException):
Review Comment:
We should not add it to `airflow/exceptions.py` but the one in http provider
--
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]