Skip to content

Commit 1f96439

Browse files
tswastkiraksi
andauthored
docs: remove unused query code sample (#1769)
* docs: remove unused query code sample This sample was moved in https://github.com/googleapis/python-bigquery/pull/1722/files#diff-2e8df14049580f42d6c73a3209838b96f3c9b185d2d7f2688683ae60bb2e7c43. Docs updated in internal change 597332356. * remove sample test too * update reference to query() sample in usage guides --------- Co-authored-by: Kira <[email protected]>
1 parent 955a4cd commit 1f96439

File tree

3 files changed

+2
-70
lines changed

3 files changed

+2
-70
lines changed

docs/usage/queries.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Querying data
55
^^^^^^^^^^^^^
66

77
Run a query and wait for it to finish with the
8-
:func:`~google.cloud.bigquery.client.Client.query` method:
8+
:func:`~google.cloud.bigquery.client.Client.query_and_wait` method:
99

10-
.. literalinclude:: ../samples/client_query.py
10+
.. literalinclude:: ../samples/snippets/client_query.py
1111
:language: python
1212
:dedent: 4
1313
:start-after: [START bigquery_query]

samples/client_query.py

-41
This file was deleted.

samples/tests/test_client_query.py

-27
This file was deleted.

0 commit comments

Comments
 (0)