Skip to content

[Documentation Issue]  #1970

Closed
Closed
@mchirico

Description

Page Name: bigquery-usage
Release: 6d3592f

Currently the documentation states:

with open('person_ages.csv', 'rb') as csv_file:
...     table.upload_from_file(csv_file, CSV,
...                            create_disposition='CREATE_IF_NEEDED')

Note that's incorrect. Above CSV should be within quotes: 'CSV'. There are a few similar issues on the page as well.

Link to documentation:
https://googlecloudplatform.github.io/gcloud-python/latest/bigquery-usage.html

Metadata

Assignees

Labels

api: bigqueryIssues related to the BigQuery API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions