Libraries
A weekly digest of client library updates from across the Cloud SDK.
Python
Features
- Add
job_id, location, project, and query_id properties on RowIterator ( #1733) ( 494f275)
- Add
job_timeout_ms to job configuration classes ( #1675) ( 84d64cd)
- Add support dataset.max_time_travel_hours ( #1683) ( f22eff2)
- Add support for Dataset.isCaseInsensitive ( #1671) ( 386fa86)
- Removed pkg_resources from all test files and moved importlib into pandas extra ( #1726) ( 1f4ebb1)
- Support data_governance_type ( #1708) ( eff365d)
Bug Fixes
load_table_from_dataframe now assumes there may be local null values ( #1735) ( f05dc69)
- Ensure query job retry has longer deadline than API request deadline ( #1734) ( 5573579)
- Move grpc, proto-plus and protobuf packages to extras ( #1721) ( 5ce4d13)
Performance Improvements
- Use the first page a results when
query(api_method="QUERY") ( #1723) ( 6290517)
https://cloud.google.com/bigquery/docs/release-notes#December_04_2023
Libraries
A weekly digest of client library updates from across the Cloud SDK.
Python
Changes for google-cloud-bigquery
3.14.0rc0 (2023-11-30)
Features
job_id,location,project, andquery_idproperties onRowIterator( #1733) ( 494f275)job_timeout_msto job configuration classes ( #1675) ( 84d64cd)Bug Fixes
load_table_from_dataframenow assumes there may be local null values ( #1735) ( f05dc69)Performance Improvements
query(api_method="QUERY")( #1723) ( 6290517)https://cloud.google.com/bigquery/docs/release-notes#December_04_2023