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


##########
providers/amazon/src/airflow/providers/amazon/aws/sensors/rds.py:
##########
@@ -129,13 +128,19 @@ def __init__(
             "canceling",
             "canceled",
         ]
+        self.error_statuses = error_statuses or ["failed"]

Review Comment:
   Is this a comprehensive list of error status that can possibly be thrown?



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