BigQuery 中的 Bigtable "Failed to create table: Not found"

Bigtable in BigQuery "Failed to create table: Not found"

正在尝试通过关注 these instructions 将外部 Bigtable table 添加到 BigQuery。我仔细检查了我的 PROJECT_IDINSTANCE_IDTABLE_ID 都是正确的,并且似乎按照规定的格式 https://googleapis.com/bigtable/projects/[PROJECT_ID]/instances/[INSTANCE_ID]/tables/[TABLE_NAME].[=18 正确地执行了我的 URL =]

当我尝试创建 table 时,我收到一条错误消息:

Failed to create table: Not found: URI https://googleapis.com/bigtable/projects/...

四处寻找是否有其他人遇到过这种情况,但没有看到任何东西。有问题的实例是一个开发实例,我不确定这对 BigQuery 是否重要。有人知道 BigQuery 是否需要额外的 IAM 配置才能访问 table?

看起来 UI 下拉列表中缺少一些区域。请改用 gcloud 工具,并设置将与 BigQuery 一起使用的所需区域。例如:

gcloud beta bigtable instances create bigstuff --cluster=bigstuff-cluster --cluster-zone=us-central1-b --cluster-num-nodes=3 --description=stuff

我遇到过类似的错误,其中 table 未创建并且对话框中弹出一些未知错误

我解决它的方法只是关闭我所有的 chrome 浏览器并刷新我的电脑,然后重新启动浏览器。 这次一切正常