Skip to content

Fix missing region in Dataflow pipeline options#8

Merged
shlbatra merged 2 commits into
mainfrom
fix-dataflow-region
Jun 14, 2026
Merged

Fix missing region in Dataflow pipeline options#8
shlbatra merged 2 commits into
mainfrom
fix-dataflow-region

Conversation

@shlbatra

Copy link
Copy Markdown
Owner

Summary

  • --region was parsed by argparse as a known arg but never forwarded to Beam's GoogleCloudOptions, causing DataflowRunner validation to fail with Missing required option: region
  • Forward known_args.region to google_cloud_options.region alongside the existing project assignment

Test plan

  • Merge and re-trigger the Deploy Dataflow Streaming workflow with environment=staging
  • Verify the pipeline submits successfully without the region validation error

🤖 Generated with Claude Code

shlbatra and others added 2 commits June 14, 2026 18:44
--region was consumed by argparse as a known arg but never forwarded
to Beam's GoogleCloudOptions, causing DataflowRunner validation to fail.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@shlbatra shlbatra force-pushed the fix-dataflow-region branch from 7d81d98 to 7d90504 Compare June 14, 2026 22:52
@shlbatra shlbatra merged commit 4d14ec7 into main Jun 14, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant