Skip to content
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

[Documentation Issue] #1970

Closed
mchirico opened this issue Jul 9, 2016 · 1 comment
Closed

[Documentation Issue] #1970

mchirico opened this issue Jul 9, 2016 · 1 comment
Assignees
Labels
api: bigquery Issues related to the BigQuery API.

Comments

@mchirico
Copy link

mchirico commented Jul 9, 2016

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

@daspecster
Copy link
Contributor

Thanks for pointing that out!

Glancing through this I didn't see other instances of this kind of issue.

@mchirico, were there others that you noticed?

@daspecster daspecster added docs api: bigtable Issues related to the Bigtable API. labels Jul 11, 2016
@daspecster daspecster self-assigned this Jul 11, 2016
@tseaver tseaver added api: bigquery Issues related to the BigQuery API. and removed api: bigtable Issues related to the Bigtable API. labels Aug 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API.
Projects
None yet
Development

No branches or pull requests

3 participants