Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bigquery/api/load_data_from_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down