mik-laj commented on a change in pull request #9593:
URL: https://github.com/apache/airflow/pull/9593#discussion_r462194406
##########
File path: airflow/providers/google/cloud/operators/dataproc.py
##########
@@ -437,6 +437,9 @@ class DataprocCreateClusterOperator(BaseOperator):
:type project_id: str
:param region: leave as 'global', might become relevant in the future.
(templated)
:type region: str
+ :parm delete_on_error: If true the claster will be deleted if created with
ERROR state. Default
+ value is true.
+ :type delete_on_error: bool
Review comment:
I think this case will be difficult to handle in all cases correctly.
You will not always need to create a new cluster when the configuration is
different eg. additional components installed do not affect the usability of
the cluster.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]