问题
We are getting an error when running a query job on BigQuery :
'message' => 'Request timed out. Please try again.',
'reason' => 'timeout',
'location' => 'script'
We will be running it again as it requested, but since it takes 1/2 hour for it to time out, it would be helpful if we knew what the problem is so we can avoid it.
Specifically:
- What does "script" mean in this context? Is it the SQL-query or one of the UDFs? (the query calls 3 UDFs).
- The exact same query failed twice already with "
internal error
". The "request timed out
" was its 3rd attempt at mocking us. Any correlation between the two error types?
It would be really helpful to receive more detailed information on what failed to work, so that we can track it down.
来源:https://stackoverflow.com/questions/37216672/bigquery-request-timed-out-error-on-script