From c6bccc4ea744422001b9f9a2308fe166faefbb61 Mon Sep 17 00:00:00 2001 From: Adrian Cruz Date: Thu, 17 Dec 2015 12:21:30 -0500 Subject: [PATCH] Small discrepancy between argument and pydoc Changing pydoc argument from `source_csv` to `source_path` to align with the argument name. --- bigquery/api/load_data_from_csv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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