syedahsn commented on code in PR #32437:
URL: https://github.com/apache/airflow/pull/32437#discussion_r1262909549


##########
airflow/providers/amazon/aws/operators/rds.py:
##########
@@ -105,10 +115,9 @@ def __init__(
         db_snapshot_identifier: str,
         tags: Sequence[TagTypeDef] | dict | None = None,
         wait_for_completion: bool = True,
-        aws_conn_id: str = "aws_default",
         **kwargs,
     ):
-        super().__init__(aws_conn_id=aws_conn_id, **kwargs)
+        super().__init__(**kwargs)

Review Comment:
   is the conn_id included in the kwargs here?



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to