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 c6bccc4

Browse filesBrowse files
committed
Small discrepancy between argument and pydoc
Changing pydoc argument from `source_csv` to `source_path` to align with the argument name.
1 parent 3e1de3b commit c6bccc4
Copy full SHA for c6bccc4

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎bigquery/api/load_data_from_csv.py

Copy file name to clipboardExpand all lines: bigquery/api/load_data_from_csv.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def load_table(bigquery, project_id, dataset_id, table_name, source_schema,
4343
google-api-client object
4444
source_schema: a valid bigquery schema,
4545
see https://cloud.google.com/bigquery/docs/reference/v2/tables
46-
source_csv: the fully qualified Google Cloud Storage location of
46+
source_path: the fully qualified Google Cloud Storage location of
4747
the data to load into your table
4848
4949
Returns: a bigquery load job, see

0 commit comments

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