我正在尝试使用我的一个BigQuery表,但是我收到了这个错误:
Errors:
Something went wrong with the table you queried. Contact the table owner for assistance. (error code: tableUnavailable)
我曾经能够运行查询,直到几个小时前没有问题,我仍然可以查询不同数据集中的另一个表。
我还运行了一个Python应用程序来将数据流式传输到此表中,但现在开始:
table.insert_data(rows)
导致这个错误:
google.cloud.exceptions.ServiceUnavailable:
503 Error encountered during execution. Retrying may solve the problem.
(POST https://www.googleapis.com/bigquery/v2/projects/#myProjectId#/datasets/#myDatasetName#/tables/#myTableName#/insertAll)
我在这里已经阅读了类似的问题,但找不到任何解决方案。
这是最新的错误jobId
"jobId": "bquijob_6491e032_15846c06c18"
现在已经有一段时间了,有人可以帮忙吗?