我们的数据和网络都配置在北美洲东北地区。
我们要运行数据流作业来处理我们的输入文件并加载到BigQuery表中。我们的存储设备和BigQuery也配置在同一区域northamerica-northeast1。
但是,当我们运行作业时:出现以下错误-
The workflow could not be created, since it was sent to an invalid or unreleased region. Please resubmit with a valid region.",
我们正在将以下参数传递给我们的数据流作业: --region northamerica-northeast1 --zone northamerica-northeast1-a
现在按照下面的KB- https://cloud.google.com/dataflow/docs/concepts/regional-endpoints 数据流在northamerica-northeast1中没有区域端点。 但是,我们可以覆盖区域。
有关我们如何做同样的任何帮助。 那时我们该如何在northamerica-northeast1中完成这项工作。
答案 0 :(得分:2)
您可以查看此表https://cloud.google.com/dataflow/docs/concepts/regional-endpoints#commonscenarios。对于您在下面提到的场景,必须完成设置
I need worker processing to occur in a specific region that does not have a regional endpoint.
Specify both --region and --zone.
Use --region to specify the supported regional endpoint that is closest to the zone where the worker processing must occur. Use --zone to specify a zone within the desired region where worker processing must occur.