Skip to content

Commit 771d2fa

Browse files
committed
Indentation and punctuation
1 parent 3353e3c commit 771d2fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bigquery/samples/export_data_to_cloud_storage.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ def export_table(service, cloud_storage_path,
2727
2828
Args:
2929
service: initialized and authorized bigquery
30-
google-api-client object,
30+
google-api-client object.
3131
cloud_storage_path: fully qualified
32-
path to a Google Cloud Storage location,
32+
path to a Google Cloud Storage location.
3333
e.g. gs://mybucket/myfolder/
34-
export_format: format to export in;
34+
export_format: format to export in;
3535
"CSV", "NEWLINE_DELIMITED_JSON", or "AVRO".
3636
3737
Returns: an extract job resource representing the
38-
job, see https://cloud.google.com/bigquery/docs/reference/v2/jobs
38+
job, see https://cloud.google.com/bigquery/docs/reference/v2/jobs
3939
"""
4040
# Generate a unique job_id so retries
4141
# don't accidentally duplicate export

0 commit comments

Comments
 (0)