Skip to content

Commit

Permalink
Update docs for the DataprocCreateBatchOperator (#37562)
Browse files Browse the repository at this point in the history
  • Loading branch information
molcay committed Feb 20, 2024
1 parent a0ebabb commit 68fc80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/operators/dataproc.py
Expand Up @@ -2911,7 +2911,7 @@ class DataprocCreateBatchOperator(GoogleCloudBaseOperator):
:param project_id: Optional. The ID of the Google Cloud project that the cluster belongs to. (templated)
:param region: Required. The Cloud Dataproc region in which to handle the request. (templated)
:param batch: Required. The batch to create. (templated)
:param batch_id: Optional. The ID to use for the batch, which will become the final component
:param batch_id: Required. The ID to use for the batch, which will become the final component
of the batch's resource name.
This value must be 4-63 characters. Valid characters are /[a-z][0-9]-/. (templated)
:param request_id: Optional. A unique id used to identify the request. If the server receives two
Expand Down

0 comments on commit 68fc80e

Please sign in to comment.