0 votes
441 views
by kathrin (220 points) | 441 views

1 Answer

0 votes
Best answer
The timeout length can be increased by adding an argument to the queryClient.query() call, e.g.

    result = queryClient.query (sql="....", timeout=600)

would increase the timeout to 600 sec (the max allowed for a synchronous query).
by datalab (20.7k points)
selected by 604

417 questions

434 answers

440 comments

637 users

Welcome to Data Lab Help Desk, where you can ask questions and receive answers from other members of the community.

Categories