jaketf commented on a change in pull request #9593:
URL: https://github.com/apache/airflow/pull/9593#discussion_r452559941



##########
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:
       should there be a similar configurable parameter like 
"delete_on_configuration_mismatch" that defaults to False?




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


Reply via email to