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 f20175a commit e42d026Copy full SHA for e42d026
google/cloud/bigquery/client.py
@@ -3520,7 +3520,7 @@ def query(
3520
``result()``, where it can also be specified.
3521
api_method (Union[str, enums.QueryApiMethod]):
3522
Method with which to start the query job. By default,
3523
- the jobs.insert API for starting a query.
+ 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