Skip to content

Commit

Permalink
docs: improve QueryJobConfig.destination docstring (#2016)
Browse files Browse the repository at this point in the history
* docs: improve QueryJobConfig.destination docstring

* add space
  • Loading branch information
Linchin authored Sep 11, 2024
1 parent 325519a commit 1b4cca0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google/cloud/bigquery/job/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 1b4cca0

Please sign in to comment.