【问题标题】:How do to increase timeout value for DataGrip's connection to Google BigQuery?如何增加 DataGrip 与 Google BigQuery 连接的超时值?
【发布时间】:2022-01-15 12:03:33
【问题描述】:

我目前将 JetBrain 的 DataGrip IDE 连接到 Google BigQuery 以运行我的查询。但是,我收到以下错误:[Simba][BigQueryJDBCDriver](100034) The job has timed out on the server. Try increasing the timeout value. 这当然会在我运行可能需要一些时间才能执行的查询时发生。

我可以执行需要很短时间才能完成的查询,以便连接正常工作。

我查看了这个问题(SQL Workbench/J and BigQuery)但我仍然没有完全理解如何更改超时值

在此屏幕截图中可以看到以下错误:

【问题讨论】:

标签: sql database google-bigquery ide datagrip


【解决方案1】:

请打开数据源属性并将其添加到连接 URL 的最后:;Timeout=3600;(注意区分大小写)。尝试增加值直到错误消失。

【讨论】:

    猜你喜欢
    • 2013-04-08
    • 2016-05-08
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-08-23
    • 2019-08-06
    • 2013-08-15
    • 2018-12-08
    相关资源
    最近更新 更多