Skip to content

Commit

Permalink
docs(components): Fix Dataproc component doc to indicate that `batch_…
Browse files Browse the repository at this point in the history
…id` is optional

PiperOrigin-RevId: 491796851
  • Loading branch information
Googler committed Nov 30, 2022
1 parent 7dab832 commit 3ef66ea
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ This list will be expanded to support more types in the future.
* BigQueryJob
* CustomJob
* DataflowJob
* DataprocBatch
* DataprocLro
* HyperparameterTuningJob
* VertexLro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description: |
Required: Project to run the Dataproc batch workload.
location (Optional[str]):
Location of the Dataproc batch workload. If not set, default to `us-central1`.
batch_id (str):
batch_id (Optional[str]):
The ID to use for the batch, which will become the final component of the batch's
resource name. If none is specified, a default name will be generated by the component.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description: |
Required: Project to run the Dataproc batch workload.
location (Optional[str]):
Location of the Dataproc batch workload. If not set, default to `us-central1`.
batch_id (str):
batch_id (Optional[str]):
The ID to use for the batch, which will become the final component of the batch's
resource name. If none is specified, a default name will be generated by the component.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description: |
Required: Project to run the Dataproc batch workload.
location (Optional[str]):
Location of the Dataproc batch workload. If not set, default to `us-central1`.
batch_id (str):
batch_id (Optional[str]):
The ID to use for the batch, which will become the final component of the batch's
resource name. If none is specified, a default name will be generated by the component.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description: |
Required: Project to run the Dataproc batch workload.
location (Optional[str]):
Location of the Dataproc batch workload. If not set, default to `us-central1`.
batch_id (str):
batch_id (Optional[str]):
The ID to use for the batch, which will become the final component of the batch's
resource name. If none is specified, a default name will be generated by the component.
Expand Down

0 comments on commit 3ef66ea

Please sign in to comment.