o-nikolas commented on code in PR #40472:
URL: https://github.com/apache/airflow/pull/40472#discussion_r1672750190


##########
airflow/exceptions.py:
##########
@@ -458,3 +458,7 @@ def __str__(self):
             "Error deserializing result. Note that result deserialization "
             "is not supported across major Python versions. Cause: " + 
str(self.__cause__)
         )
+
+
+class UnknownExecutorException(ValueError):
+    """Raised when an executor is attempted to be loaded but that executor is 
not configured."""

Review Comment:
   Updated the wording!



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