Created
December 7, 2018 17:23
-
-
Save disusered/481e7ec7cbc8277453ca2d2add04411f to your computer and use it in GitHub Desktop.
error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"errors": [ | |
{ | |
"reason": "invalidQuery", | |
"location": "query", | |
"message": "Syntax error: Unexpected \"-\" at [1:25]" | |
} | |
], | |
"response": { | |
"kind": "bigquery#job", | |
"etag": "\"NSrA2TwvIwFWwcdeSRqwLw1CVp4/mP3_ETTpYFuCR8BCSNoFe4cTK6M\"", | |
"id": "edvolution-metrics:US.2ece4b36-5448-45b0-91ee-20ebe29ba59c", | |
"selfLink": "https://www.googleapis.com/bigquery/v2/projects/edvolution-metrics/jobs/2ece4b36-5448-45b0-91ee-20ebe29ba59c?location=US", | |
"jobReference": { | |
"projectId": "edvolution-metrics", | |
"jobId": "2ece4b36-5448-45b0-91ee-20ebe29ba59c", | |
"location": "US" | |
}, | |
"configuration": { | |
"jobType": "QUERY", | |
"query": { | |
"query": "select * from edvolution-metrics.TokenUser.Token where id like \"114906896434483742122\"", | |
"priority": "INTERACTIVE", | |
"useLegacySql": false | |
} | |
}, | |
"status": { | |
"state": "DONE", | |
"errorResult": { | |
"reason": "invalidQuery", | |
"location": "query", | |
"message": "Syntax error: Unexpected \"-\" at [1:25]" | |
}, | |
"errors": [ | |
{ | |
"reason": "invalidQuery", | |
"location": "query", | |
"message": "Syntax error: Unexpected \"-\" at [1:25]" | |
} | |
] | |
}, | |
"statistics": { | |
"creationTime": "1544203321311", | |
"startTime": "1544203321349", | |
"endTime": "1544203321349" | |
}, | |
"user_email": "[email protected]" | |
}, | |
"message": "Syntax error: Unexpected \"-\" at [1:25]" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment