eladkal commented on code in PR #40923:
URL: https://github.com/apache/airflow/pull/40923#discussion_r1686069602


##########
airflow/exceptions.py:
##########
@@ -64,6 +64,10 @@ class AirflowSensorTimeout(AirflowException):
     """Raise when there is a timeout on sensor polling."""
 
 
+class AirflowSensorError(AirflowException):

Review Comment:
   The error name should beter deacribe it. Something like:
   `AirflowPokeFailException` ?
   
   
   



-- 
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]

Reply via email to