-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-10055] Add --region to python examples where it was missing #11779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| # run your pipeline on the Google Cloud Dataflow Service. | ||
| '--project=SET_YOUR_PROJECT_ID_HERE', | ||
| # CHANGE 4/5: Your Google Cloud Storage path is required for staging local | ||
| # CHANGE 4/6: (OPTIONAL) The Google Cloud Engine region is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See https://cloud.google.com/dataflow/docs/concepts/regional-endpoints
| # CHANGE 4/6: (OPTIONAL) The Google Cloud Engine region is | |
| # CHANGE 4/6: (OPTIONAL) The Google Compute Engine region (such as us-central1) is |
| --test-pipeline-options=" | ||
| --runner=TestDataflowRunner | ||
| --project=... | ||
| --region=... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| --region=... | |
| --region=... |
|
retest this please |
|
LGTM. I will merge after tests pass. Thank you @tedromer |
|
retest this please |
1 similar comment
|
retest this please |
Add --region to python examples where it was missing.
R: @ibzib