Skip to content

Commit 1eadcd9

Browse files
author
Jonathan Wayne Parrott
committed
Merge pull request #150 from drincruz/bugfix/pydoc_argument_typo
Small discrepancy between argument and pydoc
2 parents 3e1de3b + c6bccc4 commit 1eadcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery/api/load_data_from_csv.py

Lines 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)