【问题标题】:Upload failure: Quota exceeded: Your table exceeded quota for imports or query appends per table. For more information上传失败:超出配额:您的表超出了每个表的导入或查询附加配额。了解更多信息
【发布时间】:2021-03-18 05:42:55
【问题描述】:

我正在尝试将旧的备份数据上传到 bigquery 表中。它有时会失败,并出现以下错误。目前尚不清楚超出了哪个配额,我们如何找到它或解决此错误?

{
  "errorResult" : {
  "message" : "Quota exceeded: Your table exceeded quota for imports or query appends per table. For more information, see https://cloud.google.com/bigquery/troubleshooting-errors",
  "location" : "load_job_per_table.long",
  "reason" : "quotaExceeded"
  },
  "state" : "DONE",
  "errors" : [
    {
      "reason" : "quotaExceeded",
      "location" : "load_job_per_table.long",
      "message" : "Quota exceeded: Your table exceeded quota for imports or query appends per table. For more information, see https://cloud.google.com/bigquery/troubleshooting-errors"
    }
  ]
}

【问题讨论】:

    标签: google-bigquery


    【解决方案1】:

    很可能是Load Jobs 限制:

    每日限制:每天每个表 1,000 个加载作业(包括失败),每个项目每天 10,000 个加载作业(包括失败)

    【讨论】:

    • 我查了一下,我很确定没有达到每日上传限制,并且错误消息没有说明超出了多少配额导致了这种混乱。
    • 错误消息包括“imports or query appends per table”,这是 Mikhail 引用的 1000 append-per-table 限制。这些适用于指定目标表的加载作业和查询作业。
    猜你喜欢
    • 2017-08-15
    • 1970-01-01
    • 1970-01-01
    • 2020-08-20
    • 1970-01-01
    • 2019-08-02
    • 2014-07-21
    • 1970-01-01
    • 2018-04-09
    相关资源
    最近更新 更多