We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435ecdb commit 8a13c12Copy full SHA for 8a13c12
google/cloud/bigquery/client.py
@@ -3519,7 +3519,8 @@ def query(
3519
specified here becomes the default ``job_retry`` for
3520
``result()``, where it can also be specified.
3521
api_method (Union[str, enums.QueryApiMethod]):
3522
- Method with which to start the query job.
+ Method with which to start the query job. By default,
3523
+ the jobs.insert API is used for starting a query.
3524
3525
See :class:`google.cloud.bigquery.enums.QueryApiMethod` for
3526
details on the difference between the query start methods.
0 commit comments