【发布时间】: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