BigQuery-Python icon indicating copy to clipboard operation
BigQuery-Python copied to clipboard

create_table() documentation incorrect

Open jasonab opened this issue 7 years ago • 1 comments

create_table() claims that the schema parameter is a dict, when the documentation shows it to be a list of dicts.

jasonab avatar Oct 19 '16 00:10 jasonab

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

rileynjohnson avatar Jun 17 '17 17:06 rileynjohnson