Skip to content

Commit c6bccc4

Browse 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

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)