o-nikolas commented on code in PR #28850:
URL: https://github.com/apache/airflow/pull/28850#discussion_r1121011816


##########
airflow/providers/amazon/aws/operators/redshift_cluster.py:
##########
@@ -458,11 +460,15 @@ def __init__(
         *,
         cluster_identifier: str,
         aws_conn_id: str = "aws_default",
+        deferrable: bool = False,
+        poll_interval: int = 10,

Review Comment:
   It's been requested for a looong time: 
https://github.com/boto/botocore/issues/458
   We reached out to them and they said Botocore will eventually support async 
by default, but it isn't coming any time soon.



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