Skip to content

Commit

Permalink
Update google/cloud/bigquery/job/query.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Sweña (Swast) <[email protected]>
  • Loading branch information
Linchin and tswast authored May 31, 2024
1 parent bc398ee commit ef7b71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/bigquery/job/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@ def result( # type: ignore # (incompatible with supertype)
The number of seconds to wait for the underlying HTTP transport
before using ``retry``. If ``None``, wait indefinitely
unless an error is returned. If unset, only the
underlying Client.get_job() API call has timeout, but we still
underlying API calls have their default timeouts, but we still
wait indefinitely for the job to finish.
start_index (Optional[int]):
The zero-based index of the starting row to read.
Expand Down

0 comments on commit ef7b71e

Please sign in to comment.