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


##########
providers/amazon/src/airflow/providers/amazon/aws/operators/redshift_cluster.py:
##########
@@ -188,6 +192,7 @@ def __init__(
         max_attempt: int = 5,
         poll_interval: int = 60,
         deferrable: bool = conf.getboolean("operators", "default_deferrable", 
fallback=False),
+        delete_cluster_on_failure: bool = True,

Review Comment:
   We've already had a few of these merged, and it's a nice feature for the 
operator to do this cleanup when most users won't even know to try to create 
something similar with task teardown logic. So I'm still in favour of this.



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