Closed github-actions[bot] closed 11 months ago
A weekly digest of client library updates from across the Cloud SDK.
Dataset.storage_billing_model
client.update_dataset(ds, fields=["storage_billing_model"])
storage_billing_model
None
Queries now support additional ways to work with grouping sets, which include:
GROUP BY GROUPING SETS
GROUP BY CUBE
GROUP BY ROLLUP
GROUPING
GROUP BY
This feature is in preview.
Adding descriptions to the columns of a view is now generally available (GA). Use the CREATE VIEW or ALTER COLUMN DDL statements to add descriptions.
CREATE VIEW
ALTER COLUMN
BigQuery is now available in the Dammam (me-central2) region.
BigQuery ML is now available in the Dammam (me-central2) region.
BigQuery Data Transfer Service is now available in the Dammam (me-central2) region.
https://cloud.google.com/bigquery/docs/release-notes#October_09_2023
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
i will fix later
Libraries
A weekly digest of client library updates from across the Cloud SDK.
Go
Changes for bigquery/storage/apiv1beta1
1.56.0 (2023-10-05)
Features
Bug Fixes
Documentation
Python
Changes for google-cloud-bigquery
3.12.0 (2023-10-02)
Features
Dataset.storage_billing_model
setter, useclient.update_dataset(ds, fields=["storage_billing_model"])
to update ( #1643) ( 5deba50)Bug Fixes
storage_billing_model
to be explicitly set toNone
to use project default value ( #1665) ( 514d3e1)Documentation
Feature
Queries now support additional ways to work with grouping sets, which include:
GROUP BY GROUPING SETS
clause (new): Produce aggregated data for one or more grouping sets.GROUP BY CUBE
clause (new): Produce aggregated data for all grouping set permutations.GROUP BY ROLLUP
clause (update): You can now include groupable items sets in this clause.GROUPING
function (new): Check if a groupable value in theGROUP BY
clause is aggregated.This feature is in preview.
Feature
Adding descriptions to the columns of a view is now generally available (GA). Use the
CREATE VIEW
orALTER COLUMN
DDL statements to add descriptions.Changed
BigQuery is now available in the Dammam (me-central2) region.
Changed
BigQuery ML is now available in the Dammam (me-central2) region.
Changed
BigQuery Data Transfer Service is now available in the Dammam (me-central2) region.
https://cloud.google.com/bigquery/docs/release-notes#October_09_2023