我将 BigQuery 客户端更新为新的客户端 Google API,突然在通过 JSON 上传时开始看到此错误:
"errors": [
{
"reason": "invalid",
"location": "Offset:0 / Line:1 / Column:159 / Field:q1",
"message": "Could not convert value to string"
},
职位参考:
"jobReference": {
"projectId": "dot-metrics",
"jobId": "job_8e0511a40c1845cca5717daf78b605f7"
},
这在我们更新客户端之前有效,之后它就停止了工作,所以它必须在 BigQuery 内部进行一些更改。任何帮助表示赞赏!