We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955a4cd commit 1f96439Copy full SHA for 1f96439
docs/usage/queries.rst
@@ -5,9 +5,9 @@ Querying data
5
^^^^^^^^^^^^^
6
7
Run a query and wait for it to finish with the
8
-:func:`~google.cloud.bigquery.client.Client.query` method:
+:func:`~google.cloud.bigquery.client.Client.query_and_wait` method:
9
10
-.. literalinclude:: ../samples/client_query.py
+.. literalinclude:: ../samples/snippets/client_query.py
11
:language: python
12
:dedent: 4
13
:start-after: [START bigquery_query]
samples/client_query.py
samples/tests/test_client_query.py
0 commit comments