You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "o-nikolas (via GitHub)" <gi...@apache.org> on 2023/03/01 01:37:54 UTC

[GitHub] [airflow] o-nikolas commented on a diff in pull request #28850: Add deferrable mode in RedshiftPauseClusterOperator

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

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