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

2024-04-07

我正在尝试将旧的备份数据上传到 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"
    }
  ]
}

最有可能的是加载工作 https://cloud.google.com/bigquery/quota-policy#import限制:

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

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

上传失败:超出配额:您的表超出了每个表的导入或查询附加配额。了解更多信息 的相关文章

随机推荐