Releases: googleapis/python-bigquery
Releases · googleapis/python-bigquery
v2.29.0
Features
- add
QueryJob.schema
property for dry run queries (#1014) (2937fa1)
- add session and connection properties to QueryJobConfig (#1024) (e4c94f4)
- add support for INTERVAL data type to
list_rows
(#840) (e37380a)
- allow queryJob.result() to be called on a dryRun (#1015) (685f06a)
Documentation
- document ScriptStatistics and other missing resource classes (#1023) (6679109)
- fix formatting of generated client docstrings (#1009) (f7b0ee4)
Dependencies
v2.28.1
Bug Fixes
- support ARRAY data type when loading from DataFrame with Parquet (#980) (1e59083)
v2.28.0
Features
- add
AvroOptions
to configure AVRO external data (#994) (1a9431d)
Documentation
v2.27.1
Bug Fixes
- remove py.typed since package fails mypy check (#988) (39030f2)
v2.27.0
Features
- Add py.typed for PEP 561 compliance (#976) (96e6bee)
- include key metadata in Job representation (#964) (acca1cb)
Bug Fixes
- Arrow extension-type metadata was not set when calling the REST API or when there are no rows (#946) (864383b)
- disambiguate missing policy tags from explicitly unset policy tags (#983) (f83c00a)
- remove default timeout (#974) (1cef0d4)
Documentation
- simplify destination table sample with f-strings (#966) (ab6e76f)
v2.26.0
Features
- set the X-Server-Timeout header when timeout is set (#927) (ba02f24)
Bug Fixes
- guard imports against unsupported pyarrow versions (#934) (b289076)
v2.25.2
Bug Fixes
- error inserting DataFrame with REPEATED field (#925) (656d2fa)
- underscores weren't allowed in struct field names when passing parameters to the DB API (#930) (fcb0bc6)
Documentation
- update docstring for bigquery_create_routine sample (#883) (#917) (e2d12b7)
v2.25.1
Bug Fixes
- populate default
timeout
and retry after client-side timeout (#896) (b508809)
- use REST API in cell magic when requested (#892) (1cb3e55)
v2.25.0
Features
- Support using GeoPandas for GEOGRAPHY columns (#848) (16f65e6)
v2.24.1
Bug Fixes
- remove pytz dependency and require pyarrow>=3.0.0 (#875) (2cb3563)