Releases: tylertreat/BigQuery-Python
Releases · tylertreat/BigQuery-Python
BigQuery-Python Release 1.15.0
- 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
- Fix
get_all_tables
with different project_id
#149
BigQuery-Python Release 1.14.0
- 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
- Few typos fixed #137
- Int expiration time #138
- Add retries #141
BigQuery-Python Release 1.12.0
- Document get_table #131
- Add tableId to update_table #133
BigQuery-Python Release 1.11.2
- _parse_table_name fails in the event of a name like YYYYMMDD #130
BigQuery-Python Release 1.11.1
- 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
- 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
- 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
- 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