Releases: googleapis/python-bigquery
Releases · googleapis/python-bigquery
v2.25.0
v2.24.1
v2.24.0
Features
- add support for transaction statistics (#849) (7f7b1a8)
- make the same
Table*
instances equal to each other (#867) (c1a3d44) - retry failed query jobs in
result()
(#837) (519d99c) - support
ScalarQueryParameterType
fortype_
argument inScalarQueryParameter
constructor (#850) (93d15e2)
Bug Fixes
v2.23.3
v2.23.2
v2.23.1
v2.23.0
v2.22.1
v2.22.0
Features
- add
LoadJobConfig.projection_fields
to select DATASTORE_BACKUP fields (#736) (c45a738) - add standard sql table type, update scalar type enums (#777) (b8b5433)
- add support for more detailed DML stats (#758) (36fe86f)
- add support for user defined Table View Functions (#724) (8c7b839)
Bug Fixes
Dependencies
Documentation
v2.21.0
2.21.0 (2021-07-13)
Features
- Add max_results parameter to some of the
QueryJob
methods. (#698) (2a9618f) - Add support for decimal target types. (#735) (7d2d3e9)
- Add support for table snapshots. (#740) (ba86b2a)
- Enable unsetting policy tags on schema fields. (#703) (18bb443)
- Make it easier to disable best-effort deduplication with streaming inserts. (#734) (1246da8)
- Support passing struct data to the DB API. (#718) (38b3ef9)
Bug Fixes
- Inserting non-finite floats with
insert_rows()
. (#728) (d047419) - Use
pandas
function to check forNaN
. (#750) (67bc5fb)