We have our data and our network configured in northamerica-northeast region.
We want to run the data flow job to process our input file and load in BigQuery table. Our storage and BigQuery is also configured in same region northamerica-northeast1.
However, when we run the job : we get the following error -
The workflow could not be created, since it was sent to an invalid or unreleased region. Please resubmit with a valid region.",
We are passing the following arguments to our data flow job: --region northamerica-northeast1 --zone northamerica-northeast1-a
Now as per below KB - https://cloud.google.com/dataflow/docs/concepts/regional-endpoints Dataflow does not have a regional-endpoint in northamerica-northeast1. However we can override the zone.
Any assistance on how we can do the same. How can we run the job then in northamerica-northeast1.