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


##########
airflow/providers/amazon/aws/exceptions.py:
##########
@@ -42,3 +44,7 @@ def __init__(self, failures: list, message: str):
 
     def __reduce__(self):
         return EcsOperatorError, (self.failures, self.message)
+
+
+class S3HookUriParseFailure(AirflowException):
+    """When parse_s3_url fails to parse URL, this error is thrown."""

Review Comment:
   OK for compatibility I think it’s fine.



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