Skip to content

Commit

Permalink
correct_load_job_desc | fixes doc for table description arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorsk1 committed Jul 26, 2021
1 parent eef6c8e commit 18aef28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/bigquery/job/load.py
Expand Up @@ -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 given to destination table.
See:
https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#DestinationTableProperties.FIELDS.description
Expand Down

0 comments on commit 18aef28

Please sign in to comment.