Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 0c05ad5

Browse files
aaltaysilviulica
authored andcommitted
Fixed the example docs to use the correct name for staging_location
----Release Notes---- [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=117595652
1 parent 8183879 commit 0c05ad5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

google/cloud/dataflow/examples/cookbook/multiple_output_pardo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
To execute this pipeline using the Google Cloud Dataflow service, specify
3535
pipeline configuration:
3636
--project YOUR_PROJECT_ID
37-
--stagingLocation gs://YOUR_STAGING_DIRECTORY
37+
--staging_location gs://YOUR_STAGING_DIRECTORY
3838
--temp_location gs://YOUR_TEMP_DIRECTORY
3939
--job_name YOUR_JOB_NAME
4040
--runner BlockingDataflowPipelineRunner

google/cloud/dataflow/examples/wordcount_debugging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
To execute this pipeline using the Google Cloud Dataflow service, specify
2525
pipeline configuration:
2626
--project YOUR_PROJECT_ID
27-
--stagingLocation gs://YOUR_STAGING_DIRECTORY
27+
--staging_location gs://YOUR_STAGING_DIRECTORY
2828
--temp_location gs://YOUR_TEMP_DIRECTORY
2929
--job_name YOUR_JOB_NAME
3030
--runner BlockingDataflowPipelineRunner

0 commit comments

Comments
 (0)