amoghrajesh commented on code in PR #71211:
URL: https://github.com/apache/airflow/pull/71211#discussion_r3765774331


##########
providers/amazon/src/airflow/providers/amazon/aws/exceptions.py:
##########
@@ -78,3 +78,7 @@ class 
NeptuneImportTaskCancellationFailedError(AirflowException):
 
 class NeptuneImportTaskFailedError(AirflowException):
     """Raised when a Neptune Analytics import task fails to complete 
successfully."""
+
+
+class GlueJobRunStoppedError(AirflowException):
+    """Raised when a reconnected Glue job run finishes in a state that is not 
a real success."""

Review Comment:
   Dropped "reconnected" from the docstring.



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