上传失败:超出配额:您的表超出了每个表的导入或查询附加配额。想要查询更多的信息

Viv*_*dey 1 google-bigquery

我正在尝试将旧的备份数据上传到 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"
    }
  ]
}
Run Code Online (Sandbox Code Playgroud)

Mik*_*ant 8

很可能是加载作业限制:

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