tylertreat/BigQuery-Python

create_table() documentation incorrect

jasonab opened this issue · 1 comments

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

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