bq load --max_bad_records=1000000 --format=json install.$date gs://production_data/install/install_$date.json.gz ./schema.json
错误:
BigQuery error in load operation: Error processing job 'xxxxxxxxxxxxx:job_c4932fa55c304c9f88224595071f1e17': Unexpected. Please try again.
bq show -j 对错误消息没有任何帮助。
"status": {
"errorResult": {
"message": "Unexpected. Please try again.",
"reason": "internalError"
},
"errors": [
{
"message": "Unexpected. Please try again.",
"reason": "internalError"
}
],
"state": "DONE"
}
怎么了?