Skip to content

Small discrepancy between argument and pydoc #150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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