syedahsn commented on code in PR #30864:
URL: https://github.com/apache/airflow/pull/30864#discussion_r1177274647
##########
airflow/providers/amazon/aws/operators/redshift_cluster.py:
##########
@@ -423,6 +424,7 @@ class RedshiftResumeClusterOperator(BaseOperator):
The default connection id is ``aws_default``
:param deferrable: Run operator in deferrable mode
:param poll_interval: Time (in seconds) to wait between two consecutive
calls to check cluster state
+ :param deferrable: If True, the operator will run as a deferrable operator.
Review Comment:
Yep, that came from the rebase. I'm removing one of them. Thanks!
--
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]