BigQuery Request Timed out error on script

那年仲夏 提交于 2019-12-10 10:17:08

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!