Skip to content
Permalink
Browse files
docs: correct docs for LoadJobConfig.destination_table_description (#…
…810)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)

Fixes #811.
  • Loading branch information
mgorsk1 committed Jul 26, 2021
1 parent eef6c8e commit da87fd9
Showing 1 changed file with 1 addition and 1 deletion.
@@ -170,7 +170,7 @@ def destination_encryption_configuration(self, value):

@property
def destination_table_description(self):
"""Optional[str]: Name given to destination table.
"""Optional[str]: Description of the destination table.
See:
https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#DestinationTableProperties.FIELDS.description

0 comments on commit da87fd9

Please sign in to comment.