Libraries
A weekly digest of client library updates from across the Cloud SDK.
Go
1.57.1 (2023-11-01)
Bug Fixes
1.57.0 (2023-10-30)
Features
- bigquery/biglake: Promote to GA ( e864fbc)
- bigquery/storage/managedwriter: Support default value controls ( #8686) ( dfa8e22)
- bigquery: Expose Apache Arrow data through ArrowIterator ( #8506) ( c8e7692), refs #8100
- bigquery: Introduce query preview features ( #8653) ( f29683b)
Bug Fixes
- bigquery: Handle storage read api Recv call errors ( #8666) ( c73963f)
- bigquery: Update golang.org/x/net to v0.17.0 ( 174da47)
- bigquery: Update grpc-go to v1.56.3 ( 343cea8)
- bigquery: Update grpc-go to v1.59.0 ( 81a97b0)
Python
3.13.0 (2023-10-30)
Features
- Add
Model.transform_columns property ( #1661) ( 5ceed05)
- Add support for dataset.default_rounding_mode ( #1688) ( 83bc768)
Bug Fixes
Documentation
- Remove redundant
bigquery_update_table_expiration code sample ( #1673) ( 2dded33)
- Revised
create_partitioned_table sample ( #1447) ( 40ba859)
- Revised relax column mode sample ( #1467) ( b8c9276)
Feature
The BigQuery Data Transfer Service can now transfer campaign reporting and configuration data from Display & Video 360 into BigQuery. This feature is in preview.
Feature
The following BigQuery ML features for time series forecasting are now
generally available (GA):
Try this feature with the
Use custom holidays in a time-series forecasting model
tutorial.
https://cloud.google.com/bigquery/docs/release-notes#November_06_2023
Libraries
A weekly digest of client library updates from across the Cloud SDK.
Go
Changes for bigquery/storage/apiv1beta1
1.57.1 (2023-11-01)
Bug Fixes
1.57.0 (2023-10-30)
Features
Bug Fixes
Python
Changes for google-cloud-bigquery
3.13.0 (2023-10-30)
Features
Model.transform_columnsproperty ( #1661) ( 5ceed05)Bug Fixes
Documentation
bigquery_update_table_expirationcode sample ( #1673) ( 2dded33)create_partitioned_tablesample ( #1447) ( 40ba859)Feature
The BigQuery Data Transfer Service can now transfer campaign reporting and configuration data from Display & Video 360 into BigQuery. This feature is in preview.
Feature
The following BigQuery ML features for time series forecasting are now
generally available (GA):
Ensure forecasted values fall within specified limits. The
FORECAST_LIMIT_LOWER_BOUNDand
FORECAST_LIMIT_UPPER_BOUNDoptions of the
CREATE MODELstatement let you set the lower and upper bounds of the forecasted values
returned by the model.
Try this feature with the
Limit forecasted values for a time series model tutorial.
Custom holiday modeling:
CREATE MODELsyntaxlets you specify
custom holiday modeling
for time series models.
ML.HOLIDAY_INFOfunction returns the list of holidays being modeled by anARIMA_PLUS
or
ARIMA_PLUS_XREG
time series forecasting model.
ML.EXPLAIN_FORECASTfunctionincludes an explanation of the holiday effect for each holiday included in
the model.
Try this feature with the
Use custom holidays in a time-series forecasting model
tutorial.
https://cloud.google.com/bigquery/docs/release-notes#November_06_2023