File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
airflow/providers/google/cloud/operators Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -438,10 +438,10 @@ class DataprocCreateClusterOperator(BaseOperator):
438
438
:type cluster_config: Union[Dict, google.cloud.dataproc_v1.types.ClusterConfig]
439
439
:param region: The specified region where the dataproc cluster is created.
440
440
:type region: str
441
- :parm delete_on_error: If true the cluster will be deleted if created with ERROR state. Default
441
+ :param delete_on_error: If true the cluster will be deleted if created with ERROR state. Default
442
442
value is true.
443
443
:type delete_on_error: bool
444
- :parm use_if_exists: If true use existing cluster
444
+ :param use_if_exists: If true use existing cluster
445
445
:type use_if_exists: bool
446
446
:param request_id: Optional. A unique id used to identify the request. If the server receives two
447
447
``DeleteClusterRequest`` requests with the same id, then the second request will be ignored and the
You can’t perform that action at this time.
0 commit comments