diff --git a/bigquery/api/load_data_from_csv.py b/bigquery/api/load_data_from_csv.py index eee8dbf8cc0..4668be10b3a 100755 --- a/bigquery/api/load_data_from_csv.py +++ b/bigquery/api/load_data_from_csv.py @@ -43,7 +43,7 @@ def load_table(bigquery, project_id, dataset_id, table_name, source_schema, google-api-client object source_schema: a valid bigquery schema, see https://cloud.google.com/bigquery/docs/reference/v2/tables - source_csv: the fully qualified Google Cloud Storage location of + source_path: the fully qualified Google Cloud Storage location of the data to load into your table Returns: a bigquery load job, see