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_timeoption 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_resultspublic - Add
get_datasetmethod - Add
check_datasetmethod
BigQuery-Python Release 1.1.0
- Fix bug in
schema_from_recordwheretimestamp_parserkwarg was being ignored - Add
_insert_jobconvenience method for users to make calls to Google's API directly if needed - Add
create_viewmethod to create dataset views
BigQuery-Python Release 1.0.0
- Fix inconsistency for
import_data_from_urisbetween documentation and code - Add
private_key_filekwarg onget_client - Existing
private_keykwarg onget_clienttakes key data instead of file - Fix error logging in
create_tableanddelete_table
BigQuery-Python Release 0.1.1
- Raise
BigQueryTimeoutExceptionon timeouts - Fix message format for http exception during
push_records