Skip to content

Commit 8a13c12

Browse files
authored
docs: clarify the api_method arg for client.query() (#2277)
* docs: clarify the api_method arg for client.query()
1 parent 435ecdb commit 8a13c12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

google/cloud/bigquery/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3519,7 +3519,8 @@ def query(
35193519
specified here becomes the default ``job_retry`` for
35203520
``result()``, where it can also be specified.
35213521
api_method (Union[str, enums.QueryApiMethod]):
3522-
Method with which to start the query job.
3522+
Method with which to start the query job. By default,
3523+
the jobs.insert API is used for starting a query.
35233524
35243525
See :class:`google.cloud.bigquery.enums.QueryApiMethod` for
35253526
details on the difference between the query start methods.

0 commit comments

Comments
 (0)