Skip to content

Commit 1b4cca0

Browse files
authored
docs: improve QueryJobConfig.destination docstring (#2016)
* docs: improve QueryJobConfig.destination docstring * add space
1 parent 325519a commit 1b4cca0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

google/cloud/bigquery/job/query.py

+5
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,11 @@ def destination(self):
476476
ID, each separated by ``.``. For example:
477477
``your-project.your_dataset.your_table``.
478478
479+
.. note::
480+
481+
Only table ID is passed to the backend, so any configuration
482+
in `~google.cloud.bigquery.table.Table` is discarded.
483+
479484
See
480485
https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#JobConfigurationQuery.FIELDS.destination_table
481486
"""

0 commit comments

Comments
 (0)