某些 table 的 BigQuery Export table 导致 Web UI 控制台出现 quotaExceeded 错误
BigQuery Export table for some tables causes quotaExceeded error on Web UI console
在 BigQuery WebUI 上为某个 table 执行 "Export table" 出现以下错误:
Error Reason:quotaExceeded. Get more information about this error at Troubleshooting Errors: quotaExceeded.
Errors:
extract_job.long, Quota exceeded: Your project exceeded quota for exports. For more information, see https://cloud.google.com/bigquery/troubleshooting-errors
Job ID: dataset-name:job_Ot7GnH4UUnq5ZHSY00gXJiOCZFs
Start Time: Sep 14, 2015, 4:55:29 PM
End Time: Sep 14, 2015, 4:55:29 PM
Source Table: project-id:dataset-name.table-name
Destination URI: gs://bucket/target.json
我遇到相同的 quotaExceeded (403) 错误超过 10 次,失败率为 100%。
我不知道导出 table 失败的原因。
下面的API配额看起来低于配额:https://console.developers.google.com/project/:project-id/apiui/apiview/bigquery/usage?duration=P1D
https://console.developers.google.com/project/:project-id/apiui/apiview/bigquery/quotas上显示的配额汇总如下:
Quota summary
Daily quota resets at midnight Pacific Time (PT).
Free quota 10,000 requests/day
Total quota 200,000 requests/day
Remaining 200,000 requests/day
100% of total
Per-user limit 100 requests/second/user
该项目已启用计费。
待导出的table有1,093,866行,235,256,656字节。
destinationUris 属性 被指定为单一 URI。
导出成功还有什么遗漏的吗?
有问题的配额在此处定义:
https://cloud.google.com/bigquery/quota-policy#export_jobs
很遗憾,目前没有用于查看您的配额状态的控制台。您正在查看的控制台是用于 BigQuery API 调用的应用程序 运行ning 该项目。它们不包括该项目中 运行 的 BigQuery 作业的配额。
在 BigQuery WebUI 上为某个 table 执行 "Export table" 出现以下错误:
Error Reason:quotaExceeded. Get more information about this error at Troubleshooting Errors: quotaExceeded.
Errors:
extract_job.long, Quota exceeded: Your project exceeded quota for exports. For more information, see https://cloud.google.com/bigquery/troubleshooting-errors
Job ID: dataset-name:job_Ot7GnH4UUnq5ZHSY00gXJiOCZFs
Start Time: Sep 14, 2015, 4:55:29 PM
End Time: Sep 14, 2015, 4:55:29 PM
Source Table: project-id:dataset-name.table-name
Destination URI: gs://bucket/target.json
我遇到相同的 quotaExceeded (403) 错误超过 10 次,失败率为 100%。
我不知道导出 table 失败的原因。
下面的API配额看起来低于配额:https://console.developers.google.com/project/:project-id/apiui/apiview/bigquery/usage?duration=P1D
https://console.developers.google.com/project/:project-id/apiui/apiview/bigquery/quotas上显示的配额汇总如下:
Quota summary Daily quota resets at midnight Pacific Time (PT). Free quota 10,000 requests/day Total quota 200,000 requests/day Remaining 200,000 requests/day 100% of total Per-user limit 100 requests/second/user
该项目已启用计费。
待导出的table有1,093,866行,235,256,656字节。
destinationUris 属性 被指定为单一 URI。
导出成功还有什么遗漏的吗?
有问题的配额在此处定义:
https://cloud.google.com/bigquery/quota-policy#export_jobs
很遗憾,目前没有用于查看您的配额状态的控制台。您正在查看的控制台是用于 BigQuery API 调用的应用程序 运行ning 该项目。它们不包括该项目中 运行 的 BigQuery 作业的配额。