File tree Expand file tree Collapse file tree
airflow/providers/google/cloud/operators Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -438,10 +438,10 @@ class DataprocCreateClusterOperator(BaseOperator):
438438 :type cluster_config: Union[Dict, google.cloud.dataproc_v1.types.ClusterConfig]
439439 :param region: The specified region where the dataproc cluster is created.
440440 :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
442442 value is true.
443443 :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
445445 :type use_if_exists: bool
446446 :param request_id: Optional. A unique id used to identify the request. If the server receives two
447447 ``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