BigQuery API Job AllowLargeResults

时间:2015-09-12 03:58:20

标签: google-bigquery

我目前通过Job将allowLargeResults:True传递给BigQuery API,我收到以下错误:

  

原因:invalidQuery。消息:未闭合的字符串文字:1:779

奇怪的是,如果我将它设置为False,它就能正常工作。

我的全部工作:

{u'status': {u'state': u'RUNNING'}, u'kind': u'bigquery#job', 
u'statistics': {u'creationTime': u'1442029780703', u'startTime': 
u'1442029780902'}, u'jobReference': {u'projectId': u'api-project-617799710969', 
u'jobId': u'job_1UBxC6nXSBRRerkGNUNr6_DdyPU'}, 
u'etag': u'"m-xx"', u'user_email': u'xx@google.com', u'configuration': 
{u'query': {u'query': u'SELECT * FROM table ', u'writeDisposition': 
u'WRITE_TRUNCATE', u'allowLargeResults': True, u'destinationTable': 
{u'projectId': u'api-project-617799710969', u'tableId': u'table', 
u'datasetId': u'dataset'}}}, u'id': u'api-project-
617799710969:job_1UBxC6nXSBRRerkGNUNr6_DdyPU', u'selfLink': 
u'https://www.googleapis.com/bigquery/v2/projects/api-project-617799710969/jobs/job_1UBxC6nXSBRRerkGNUNr6_DdyPU'}

0 个答案:

没有答案