Skip to content

Commit

Permalink
Update lib/req_bigquery.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Nov 16, 2023
1 parent 165db07 commit 089be4a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/req_bigquery.ex
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ defmodule ReqBigQuery do
If set to false, the query will use BigQuery's GoogleSQL: https://cloud.google.com/bigquery/sql-reference/
The default value is false.
* `:timeout_ms` - Optional. How long to wait for the query to complete, in milliseconds, before the request times out and returns.
Note: The call is not guaranteed to wait for the specified timeout. If the query takes longer to run than the timeout value,
the call returns without any results and with the 'jobComplete' flag set to false. You can call GetQueryResults() to wait for the query to complete and read the results.
The default value is 10000 milliseconds (10 seconds).
* `:timeout_ms` - Optional. How long to wait for the query to complete, in milliseconds,
before the request times out and returns. Note: The call is not guaranteed to wait for
the specified timeout. If the query takes longer to run than the timeout value, the call
returns without any results and with the 'jobComplete' flag set to false. The default
value is 10000 milliseconds (10 seconds).
If you want to set any of these options when attaching the plugin, pass them as the second argument.
Expand Down

0 comments on commit 089be4a

Please sign in to comment.