Skip to content

Commit 7114005

Browse files
committed
Clarify 'temporary URL' comment.
Addresses: #1318 (comment)
1 parent 4ff36bb commit 7114005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcloud/bigquery/table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ def upload_from_file(self, # pylint: disable=R0913,R0914
845845
url_builder = _UrlBuilder()
846846
upload_config = _UploadConfig()
847847

848-
# Temporary URL, until we know simple vs. resumable.
848+
# Base URL may change once we know simple vs. resumable.
849849
base_url = connection.API_BASE_URL + '/upload'
850850
path = '/projects/%s/jobs' % self._dataset.project
851851
upload_url = connection.build_api_url(api_base_url=base_url, path=path)

0 commit comments

Comments
 (0)