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.
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
The text was updated successfully, but these errors were encountered:
support new grouping features
f7d48b9
fix types
759b67d
define empty struct
2632318
No branches or pull requests
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 moregrouping sets.
GROUP BY CUBE
clause (new): Produce aggregated data for all grouping setpermutations.
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
The text was updated successfully, but these errors were encountered: