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