Releases: googleapis/python-bigquery
Releases · googleapis/python-bigquery
v2.14.0
26 Apr 16:02
Compare
Sorry, something went wrong.
No results found
Features
accept DatasetListItem where DatasetReference is accepted (#597 ) (c8b5581 )
accept job object as argument to get_job and cancel_job (#617 ) (f75dcdf )
add Client.delete_job_metadata method to remove job metadata (#610 ) (0abb566 )
add max_queue_size argument to RowIterator.to_dataframe_iterable (#575 ) (f95f415 )
add type hints for public methods (#613 ) (f8d4aaa )
DB API cursors are now iterable (#618 ) (e0b373d )
retry google.auth TransportError by default (#624 ) (34ecc3f )
use pyarrow stream compression, if available (#593 ) (dde9dc5 )
Bug Fixes
consistent percents handling in DB API query (#619 ) (6502a60 )
missing license headers in new test files (#604 ) (df48cc5 )
unsetting clustering fields on Table is now possible (#622 ) (33a871f )
Documentation
add sample to run DML query (#591 ) (ff2ec3a )
update the description of the return value of _QueryResults.rows() (#594 ) (8f4c0b8 )
v2.13.1
23 Mar 20:32
Compare
Sorry, something went wrong.
No results found
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