uranusjr commented on code in PR #33914:
URL: https://github.com/apache/airflow/pull/33914#discussion_r1312673083


##########
airflow/exceptions.py:
##########
@@ -424,3 +424,27 @@ def __str__(self):
             "Error deserializing result. Note that result deserialization "
             "is not supported across major Python versions. Cause: " + 
str(self.__cause__)
         )
+
+
+class DockerContainerFailedException(AirflowException):

Review Comment:
   Since these exceptions are only used by one provider (one operator really), 
they should be defined in that operator file instead.



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