o-nikolas commented on code in PR #30864:
URL: https://github.com/apache/airflow/pull/30864#discussion_r1178369733
##########
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:
> Not sure what you mean by this. Line 439 is the deferrable parameter.
Oops ya, that was hidden by the code collapsing!
--
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]