Skip to content

Releases: tylertreat/BigQuery-Python

BigQuery-Python Release 1.15.0

10 Dec 23:51
0d2c801
Compare
Choose a tag to compare
  • Fix README example #150
  • Fix client.patch_table #152
  • Dry runs return bytes processed, and cache hit now #153

BigQuery-Python Release 1.14.1

17 Jan 05:37
8df1c77
Compare
Choose a tag to compare
  • Fix get_all_tables with different project_id #149

BigQuery-Python Release 1.14.0

17 Mar 01:31
Compare
Choose a tag to compare
  • Support IS NULL and IS NOT NULL conditions #143
  • Update client to support a different project_id to run jobs #144

BigQuery-Python Release 1.13.0

02 Oct 21:46
Compare
Choose a tag to compare
  • Few typos fixed #137
  • Int expiration time #138
  • Add retries #141

BigQuery-Python Release 1.12.0

13 Jun 14:07
Compare
Choose a tag to compare
  • Document get_table #131
  • Add tableId to update_table #133

BigQuery-Python Release 1.11.2

29 May 03:22
Compare
Choose a tag to compare
  • _parse_table_name fails in the event of a name like YYYYMMDD #130

BigQuery-Python Release 1.11.1

05 May 05:27
Compare
Choose a tag to compare
  • Add support for long in schema_builder #126
  • Allow to specify nested column as insertId for push_row #128

BigQuery-Python Release 1.11.0

14 Feb 15:10
Compare
Choose a tag to compare
  • Add NullHandler to library logger #122
  • Add ability use legacy SQL or standard SQL when creating a view #123

BigQuery-Python Release 1.10.0

26 Oct 19:50
Compare
Choose a tag to compare
  • Add create_table time partitioning #113
  • Add possibility to decide location (EU or US) of a dataset when creating a new dataset #117
  • Add external_udf_uris support to query() #120

BigQuery-Python Release 1.9.0

12 Sep 17:19
Compare
Choose a tag to compare
  • Add support for UseLegacySQL boolean in order to use standard SQL #101
  • Added limit #104
  • Add method getting projects #105
  • Allowing Write query result to table to accept maximumBillingTire argument #107
  • Add flatten boolean option #109