使用google客户端Api for BigQuery的DeadlineExceederError

2024-03-28 13:14:39 发布

您现在位置:Python中文网/ 问答频道 /正文

正在尝试从google大查询中检索项目数据。在

query_response = query_request.query(projectId=PROJECTID, body=query_data).execute()

这个查询没有什么问题,只是每当我调用它时

^{pr2}$

我提到了this stackoverflow thread

from google.appengine.api import urlfetch
urlfetch.set_default_fetch_deadline(60)

在我的代码中,但仍然得到错误。在


Tags: 数据项目executedataresponserequestgooglebody