dstandish commented on code in PR #34619:
URL: https://github.com/apache/airflow/pull/34619#discussion_r1337978171


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

Review Comment:
   ok TP done



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