From 1b4cca0a3cc788a4570705572d5f04172f6b4b24 Mon Sep 17 00:00:00 2001 From: Lingqing Gan Date: Wed, 11 Sep 2024 11:35:42 -0700 Subject: [PATCH] docs: improve QueryJobConfig.destination docstring (#2016) * docs: improve QueryJobConfig.destination docstring * add space --- google/cloud/bigquery/job/query.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/google/cloud/bigquery/job/query.py b/google/cloud/bigquery/job/query.py index 4ea5687e0..ca2448eaa 100644 --- a/google/cloud/bigquery/job/query.py +++ b/google/cloud/bigquery/job/query.py @@ -476,6 +476,11 @@ def destination(self): ID, each separated by ``.``. For example: ``your-project.your_dataset.your_table``. + .. note:: + + Only table ID is passed to the backend, so any configuration + in `~google.cloud.bigquery.table.Table` is discarded. + See https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#JobConfigurationQuery.FIELDS.destination_table """