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.
The BigQuery Data Transfer Service can now transfer data from the following data sources:
Transfers from these data sources are supported in preview.
The following SQL features are now generally available (GA):
GROUP BY GROUPING SETS
GROUP BY CUBE
GROUPING
GROUP BY
The GROUP BY ALL clause, which groups rows by inferring grouping keys from the SELECT items, is now in preview.
GROUP BY ALL
SELECT
https://cloud.google.com/bigquery/docs/release-notes#February_26_2024
The text was updated successfully, but these errors were encountered:
281f381
No branches or pull requests
Libraries
A weekly digest of client library updates from across the Cloud SDK.
Java
Changes for google-cloud-bigquery
2.38.0 (2024-02-22)
Features
Dependencies
Feature
The BigQuery Data Transfer Service can now transfer data from the following data sources:
Transfers from these data sources are supported in preview.
Feature
The following SQL features are now generally available (GA):
GROUP BY GROUPING SETS
clause: Produces aggregated data for one or more grouping sets.GROUP BY CUBE
clause: Produces aggregated data for all grouping set permutations.GROUPING
function: Checks if a groupable value in theGROUP BY
clause is aggregated.Feature
The
GROUP BY ALL
clause, which groups rows by inferring grouping keys from theSELECT
items, is now in preview.https://cloud.google.com/bigquery/docs/release-notes#February_26_2024
The text was updated successfully, but these errors were encountered: