Job Timeout
- Last Updated: August 22, 2023
- 1 minute read
- DataDirect Connectors
- ODBC
- Google Bigquery 8.0
- Documentation
Attribute
JobTimeout (JT)
Purpose
Specifies the time, in seconds, that the driver waits for a job to run before timing it out.
Valid Values
0 | x
where:
- x
- is a positive integer that defines the number of seconds the driver waits for a job to run.
Behavior
If set to 0, the driver waits indefinitely
for a job to run; there is no timeout.
If set to x, the driver uses the value as the default timeout for any job run
against a Google BigQuery instance.
Default
0 (no timeout)