syedahsn commented on code in PR #30864:
URL: https://github.com/apache/airflow/pull/30864#discussion_r1177275751
##########
airflow/providers/amazon/aws/operators/redshift_cluster.py:
##########
@@ -436,64 +438,55 @@ def __init__(
aws_conn_id: str = "aws_default",
deferrable: bool = False,
poll_interval: int = 10,
+ max_attempts: int = 10,
Review Comment:
Good catch.
>and on the other hand you added deferrable to the docs but it's not in the
signature here
Not sure what you mean by this. Line 439 is the `deferrable` parameter.
--
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]