hankehly commented on code in PR #27410:
URL: https://github.com/apache/airflow/pull/27410#discussion_r1009672458


##########
airflow/providers/amazon/aws/operators/rds.py:
##########
@@ -314,13 +244,15 @@ def __init__(
         *,
         db_type: str,
         db_snapshot_identifier: str,
+        wait_for_completion: bool = True,

Review Comment:
   This is a feature addition. A `db_snapshot_deleted` boto waiter exists but 
wasn't used.



##########
airflow/providers/amazon/aws/operators/rds.py:
##########
@@ -314,13 +244,15 @@ def __init__(
         *,
         db_type: str,
         db_snapshot_identifier: str,
+        wait_for_completion: bool = True,

Review Comment:
   This is a feature addition. A boto waiter for `db_snapshot_deleted` exists 
but wasn't used.



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