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
create_table() claims that the schema parameter is a dict, when the documentation shows it to be a list of dicts.
The text was updated successfully, but these errors were encountered:
Most recent bigquery python documentation seems to not mention any create_table method.
AttributeError: 'Client' object has no attribute 'create_table'
https://googlecloudplatform.github.io/google-cloud-python/stable/bigquery-client.html
Sorry, something went wrong.
No branches or pull requests
create_table() claims that the schema parameter is a dict, when the documentation shows it to be a list of dicts.
The text was updated successfully, but these errors were encountered: