简体   繁体   English

bigquery 存储 API 在创建读取会话时挂起

[英]bigquery storage api got hang at create read session

I can use the BigQuery Storage API to read the sample public dataset.我可以使用BigQuery Storage API读取示例公共数据集。 But when I created my own dataset, it got hand at create read session: client.create_read_session .但是当我创建自己的数据集时,它开始创建读取会话: client.create_read_session The problem still persists even I granted the public read access to the dataset.即使我授予对数据集的公共读取访问权限,问题仍然存在。

The problem still persists even I granted the public read access to the dataset.即使我授予对数据集的公共读取访问权限,问题仍然存在。

I had the same issue with client.create_read_session like below我对client.create_read_session有同样的问题,如下所示

From public dataset(project_id: bigquery-public-data):来自公共数据集(project_id:bigquery-public-data):

  • Fine美好的

From my private dataset 'A':从我的私人数据集“A”:

  • Error(Hang) with no retry option没有重试选项的错误(挂起)
  • Error(503:Service Unavailable) with retry=None错误(503:服务不可用),重试=无

From my private dataset 'B':从我的私人数据集“B”:

  • Fine again又好了

hmm...唔...

And I carefully started looking at each schema of A/B, and realized that EU/US region was OK but Seoul, S.Korea(asia-northeast3) might not be supported for now.我开始仔细查看 A/B 的每个模式,并意识到 EU/US 区域还可以,但目前可能不支持韩国首尔(asia-northeast3)。

I guess that your region might not be supported just like my situation.我想您的地区可能不会像我的情况一样得到支持。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM