Google bigquery 某些表的BigQuery导出表在Web UI控制台上导致QuotaExceed错误

Google bigquery 某些表的BigQuery导出表在Web UI控制台上导致QuotaExceed错误,google-bigquery,Google Bigquery,在BigQuery WebUI上对某个表执行“导出表”时出现以下错误: 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, s

在BigQuery WebUI上对某个表执行“导出表”时出现以下错误:

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
我遇到相同的QuotaExceed(403)错误超过10次,失败率为100%

我找不到导出表失败的原因

  • 以下API配额看起来低于配额:

  • 上显示的配额汇总如下:

    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
    
  • 该项目已启用计费

  • 要导出的表有1093866行和235256656字节

  • destinationUris属性被指定为单个URI


  • 是否缺少此导出成功的部分?

    此处定义了相关配额:


    不幸的是,现在没有控制台可以查看您的配额状态。您正在查看的控制台用于运行该项目的应用程序发出的BigQuery API调用。它们不包括在该项目中运行的BigQuery作业的配额。

    谢谢,Jeremy。虽然我检查了您提到的配额定义,但我认为我没有达到任何配额:多个通配符URI限制:每次导出500个URI当时我只是为云存储指定了一个URI。每日限值:每天1000次出口,最高可达10 TB。我认为他们没有达到每日限值。我们如何才能获得这个每日限额的使用率?下次您达到限额时,请将您的项目ID发送到jcondit@google.com我会检查你的配额状态。