We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
c1c13be
daspecster
No branches or pull requests
Page Name: bigquery-usage
Release: 6d3592f
Currently the documentation states:
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
The text was updated successfully, but these errors were encountered: