Releases: googleapis/python-bigquery
Releases · googleapis/python-bigquery
v2.13.0
22 Mar 15:02
Compare
Sorry, something went wrong.
No results found
Features
add ExternalConfig.connection_id property to connect to external sources (#560 ) (d93986e )
Bug Fixes
avoid overly strict dependency on pyarrow 3.x (#564 ) (97ee6ec )
avoid policy tags 403 error in load_table_from_dataframe (#557 ) (84e646e )
v2.12.0
16 Mar 16:18
Compare
Sorry, something went wrong.
No results found
Features
make QueryJob.done() method more performant (#544 ) (a3ab9ef )
Bug Fixes
remove DB-API dependency on pyarrow with decimal query parameters (#551 ) (1b946ba )
v2.11.0
09 Mar 20:17
Compare
Sorry, something went wrong.
No results found
v2.10.0
25 Feb 18:48
Compare
Sorry, something went wrong.
No results found
Features
Bug Fixes
error using empty array of structs parameter (#474 ) (c1d15f4 )
QueryJob.exception() returns the errors, not raises them (#467 ) (d763279 )
Documentation
bigquery: Add alternative approach to setting credentials (#517 ) (60fbf28 )
explain retry behavior for DONE jobs (#532 ) (696c443 )
v2.9.0
18 Feb 17:17
Compare
Sorry, something went wrong.
No results found
Features
add determinism level for javascript UDFs (#522 ) (edd3328 )
expose reservation usage stats on jobs (#524 ) (4ffb4e0 )
Documentation
clarify `%%bigquery`` magics and fix broken link (#508 ) (eedf93b )
update python contributing guide (#514 ) (01e851d )
v2.8.0
10 Feb 08:33
Compare
Sorry, something went wrong.
No results found
v2.7.0
27 Jan 21:17
Compare
Sorry, something went wrong.
No results found
Bug Fixes
invalid conversion of timezone-aware datetime values to JSON (#480 ) (61b4385 )
reading the labels attribute on Job instances (#471 ) (80944f0 )
use explicitly given project over the client's default project for load jobs (#482 ) (530e1e8 )
Dependencies
v2.6.2
11 Jan 17:46
Compare
Sorry, something went wrong.
No results found
Bug Fixes
add minimum timeout to getQueryResults API requests (#444 ) (015a73e )
use debug logging level for OpenTelemetry message (#442 ) (7ea6b7c )
Documentation
v2.6.1
09 Dec 21:01
Compare
Sorry, something went wrong.
No results found
Bug Fixes
handle null values in array query parameters (#426 ) (78fde4a )
Documentation
add examples of fields argument to update methods (#418 ) (8c7e02b )
v2.6.0
07 Dec 20:32
Compare
Sorry, something went wrong.
No results found
Features
add support for materialized views (#408 ) (57ffc66 ), closes #407
convert BIGNUMERIC values to decimal objects (#414 ) (d472d2d ), closes #367
support CSV format in load_table_from_dataframe pandas connector (#399 ) (0046742 )
Bug Fixes
preserve timestamp microsecond precision with rows from REST API (#402 ) (04510a7 )
Documentation