Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/312.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 由于区域+;的原因,无法运行数据流作业;区域限制_Python_Google Cloud Platform_Google Cloud Storage_Google Cloud Dataflow - Fatal编程技术网

Python 由于区域+;的原因,无法运行数据流作业;区域限制

Python 由于区域+;的原因,无法运行数据流作业;区域限制,python,google-cloud-platform,google-cloud-storage,google-cloud-dataflow,Python,Google Cloud Platform,Google Cloud Storage,Google Cloud Dataflow,我们在北美东北地区配置了数据和网络 我们希望运行数据流作业来处理输入文件并加载到BigQuery表中。我们的存储和BigQuery也配置在同一地区北美-东北1 但是,当我们运行作业时:会出现以下错误- The workflow could not be created, since it was sent to an invalid or unreleased region. Please resubmit with a valid region.", 我们正在将以下参数传递给数据流作业: -

我们在北美东北地区配置了数据和网络

我们希望运行数据流作业来处理输入文件并加载到BigQuery表中。我们的存储和BigQuery也配置在同一地区北美-东北1

但是,当我们运行作业时:会出现以下错误-

The workflow could not be created, since it was sent to an invalid or unreleased region. Please resubmit with a valid region.",
我们正在将以下参数传递给数据流作业: --北美-东北1区-北美-东北1-a区

现在根据以下知识库- 数据流在北美-东北1没有区域终结点。 但是,我们可以覆盖该区域

任何关于我们如何做同样事情的帮助。
我们如何在北美-东北1运行作业。

您可以查看此表。对于下面提到的场景,必须进行设置

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.

你可以看看这张桌子。对于下面提到的场景,必须进行设置

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.

该区域应为最接近工作人员位置的有效区域端点之一该区域应为最接近工作人员位置的有效区域端点之一