Google bigquery 将数据导入BQ错误

Google bigquery 将数据导入BQ错误,google-bigquery,Google Bigquery,我将我们的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-me

我将我们的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内部的一些更改。感谢您的帮助

这看起来像是最近版本中的一次回归,该版本打破了在json中导入空值的做法。应该会有解决办法。 注意,如果您删除空字段(即,不包括“field:null”,而完全不包括“field”),它应该继续工作