phanikumv commented on code in PR #30244: URL: https://github.com/apache/airflow/pull/30244#discussion_r1146089057
########## docs/apache-airflow-providers-amazon/operators/redshift_cluster.rst: ########## @@ -110,7 +110,8 @@ Delete an Amazon Redshift cluster ================================= To delete an Amazon Redshift cluster you can use -:class:`RedshiftDeleteClusterOperator <airflow.providers.amazon.aws.operators.redshift_cluster>` +:class:`RedshiftDeleteClusterOperator <airflow.providers.amazon.aws.operators.redshift_cluster>`. +You can also run this operator in deferrable mode by setting ``deferrable`` param to ``True`` Review Comment: ```suggestion You can also run this operator in deferrable mode by setting ``deferrable`` param to ``True``. This will ensure that the task is deferred from the Airflow worker slot and polling for the task status happens on the Triggerer ``` -- 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]
