Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion google/cloud/bigquery/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3519,7 +3519,8 @@ def query(
specified here becomes the default ``job_retry`` for
``result()``, where it can also be specified.
api_method (Union[str, enums.QueryApiMethod]):
Method with which to start the query job.
Method with which to start the query job. By default,
the jobs.insert API is used for starting a query.
See :class:`google.cloud.bigquery.enums.QueryApiMethod` for
details on the difference between the query start methods.
Expand Down