Releases: tylertreat/BigQuery-Python
Releases · tylertreat/BigQuery-Python
BigQuery-Python Release 1.8.0
BigQuery-Python Release 1.7.0
- Added tools for automated documentation with Sphinx and Numpydoc #88
- Upgrade to latest OAuth library(2.0.2) and Google Python library (1.5.0) #91
- Support ignoreUnknownValues and skipInvalidRows option for insertAll #90
- Use package logger instead of root logger #92
- Read project_id from JSON key file. #93
BigQuery-Python Release 1.6.0
BigQuery-Python Release 1.5.0
- Remove PyOpenSSL dependency
- Add support for JSON key authorization
- Convert TIMESTAMP to Python float() type properly
- Fix loading json for Python3
- Take into account limit argument when returning rows
BigQuery-Python Release 1.4.0
- Add
expiration_time
option forcreate_table
- Fix unit test issues
BigQuery-Python Release 1.3.0
- Support Python 3
- Fix timestamp parsing bug with nested records in
schema_from_record
- Add support for numeric job ids in
wait_for_job
BigQuery-Python Release 1.2.0
- Support reading query results with multiple pages using
get_query_rows
- Make
get_query_results
public - Add
get_dataset
method - Add
check_dataset
method
BigQuery-Python Release 1.1.0
- Fix bug in
schema_from_record
wheretimestamp_parser
kwarg was being ignored - Add
_insert_job
convenience method for users to make calls to Google's API directly if needed - Add
create_view
method to create dataset views
BigQuery-Python Release 1.0.0
- Fix inconsistency for
import_data_from_uris
between documentation and code - Add
private_key_file
kwarg onget_client
- Existing
private_key
kwarg onget_client
takes key data instead of file - Fix error logging in
create_table
anddelete_table
BigQuery-Python Release 0.1.1
- Raise
BigQueryTimeoutException
on timeouts - Fix message format for http exception during
push_records