Skip to content

Releases: tylertreat/BigQuery-Python

BigQuery-Python Release 1.8.0

21 May 17:56
Compare
Choose a tag to compare
  • Add template_suffix option support #95
  • Added get_all_tables method #98
  • Fixed KeyError for get_all_tables #99

BigQuery-Python Release 1.7.0

23 Apr 19:12
Compare
Choose a tag to compare
  • 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

15 Mar 14:17
Compare
Choose a tag to compare
  • Add update_table and patch_table to BigQueryClient #78
  • Add user-defined function support to write_to_table #79
  • Add support for having clause to render_query #80
  • Add service_url parameter to get_client and _get_bq_service #81

BigQuery-Python Release 1.5.0

22 Dec 19:11
Compare
Choose a tag to compare
  • 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

01 Aug 18:09
Compare
Choose a tag to compare
  • Add expiration_time option for create_table
  • Fix unit test issues

BigQuery-Python Release 1.3.0

09 Jul 23:04
Compare
Choose a tag to compare
  • 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

12 Jun 00:35
Compare
Choose a tag to compare
  • 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

11 May 23:06
Compare
Choose a tag to compare
  • Fix bug in schema_from_record where timestamp_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

17 Mar 18:41
Compare
Choose a tag to compare
  • Fix inconsistency for import_data_from_uris between documentation and code
  • Add private_key_file kwarg on get_client
  • Existing private_key kwarg on get_client takes key data instead of file
  • Fix error logging in create_table and delete_table

BigQuery-Python Release 0.1.1

22 Dec 19:17
Compare
Choose a tag to compare
  • Raise BigQueryTimeoutException on timeouts
  • Fix message format for http exception during push_records