ferruzzi commented on a change in pull request #20332:
URL: https://github.com/apache/airflow/pull/20332#discussion_r771928645
##########
File path: airflow/providers/amazon/aws/exceptions.py
##########
@@ -18,12 +18,29 @@
#
# Note: Any AirflowException raised is expected to cause the TaskInstance
# to be marked in an ERROR state
+import warnings
-class ECSOperatorError(Exception):
+class EcsOperatorError(Exception):
"""Raise when ECS cannot handle the request."""
def __init__(self, failures: list, message: str):
self.failures = failures
self.message = message
super().__init__(message)
Review comment:
Are you looking for this @eladkal ?
--
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]