We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A weekly digest of client library updates from across the Cloud SDK.
Client.query_and_wait
RowIterator
job_id
location
project
query_id
job_timeout_ms
load_table_from_dataframe
RowIterator.total_rows
query(api_method="QUERY")
Operational Health administrative resource charts are now in preview. You can use charts to view slot and shuffle usage, job concurrency, errors, and other metrics.
https://cloud.google.com/bigquery/docs/release-notes#December_18_2023
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Libraries
A weekly digest of client library updates from across the Cloud SDK.
Python
Changes for google-cloud-bigquery
3.14.1 (2023-12-13)
Bug Fixes
3.14.0 (2023-12-08)
Features
Client.query_and_wait
which directly returns aRowIterator
of results ( #1722) ( 89a647e)job_id
,location
,project
, andquery_id
properties onRowIterator
( #1733) ( 494f275)job_timeout_ms
to job configuration classes ( #1675) ( 84d64cd)Bug Fixes
load_table_from_dataframe
now assumes there may be local null values ( #1735) ( f05dc69)RowIterator.total_rows
populated after iteration ( #1748) ( 8482f47)Performance Improvements
query(api_method="QUERY")
( #1723) ( 6290517)Feature
Operational Health administrative resource charts are now in preview. You can use charts to view slot and shuffle usage, job concurrency, errors, and other metrics.
https://cloud.google.com/bigquery/docs/release-notes#December_18_2023
The text was updated successfully, but these errors were encountered: