Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3353e3c

Browse filesBrowse files
committed
fixed wrong paramenters
1 parent d0bc45f commit 3353e3c
Copy full SHA for 3353e3c

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎bigquery/samples/export_data_to_cloud_storage.py

Copy file name to clipboardExpand all lines: bigquery/samples/export_data_to_cloud_storage.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,13 @@ def run(cloud_storage_path,
6969

7070
bigquery = get_service()
7171
resource = export_table(bigquery, cloud_storage_path,
72-
projectId, datasetId, tableId, num_retries)
72+
projectId, datasetId, tableId,
73+
num_retries=num_retries,
74+
export_format=export_format)
7375
poll_job(bigquery,
7476
resource['jobReference']['projectId'],
7577
resource['jobReference']['jobId'],
7678
interval,
77-
export_format,
7879
num_retries)
7980
# [END run]
8081

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.