We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325519a commit 1b4cca0Copy full SHA for 1b4cca0
google/cloud/bigquery/job/query.py
@@ -476,6 +476,11 @@ def destination(self):
476
ID, each separated by ``.``. For example:
477
``your-project.your_dataset.your_table``.
478
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
484
See
485
https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#JobConfigurationQuery.FIELDS.destination_table
486
"""
0 commit comments