You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The quantitive LIKE operator is now in preview. With this operator, you can check a search value for matches against several patterns, using one of these conditions:
Feature
The quantitive
LIKE
operator is now inpreview. With this operator, you can check a search value for matches against several patterns, using one of these conditions:
LIKE ANY
: Checks if at least one pattern matches.LIKE SOME
: Synonym forLIKE ANY
.LIKE ALL
: Checks if every pattern matches.Feature
The following JSON functions are now generally available (GA).
JSON_ARRAY
: Creates a JSON array.JSON_ARRAY_APPEND
: Appends JSON data to the end of a JSON array.JSON_ARRAY_INSERT
: Inserts JSON data into a JSON array.JSON_OBJECT
: Creates a JSON object.JSON_REMOVE
: Produces JSON with the specified JSON data removed.JSON_SET
: Inserts or replaces JSON data.JSON_STRIP_NULLS
: Removes JSON nulls.LAX_BOOL
: Attempts to convert a JSON value to a SQLBOOL
value.LAX_FLOAT64
: Attempts to convert a JSON value to aSQL
FLOAT64
value.LAX_INT64
: Attempts to convert a JSON value to a SQLINT64
value.LAX_STRING
: Attempts to convert a JSON value to a SQLSTRING
value.Feature
BigQuery now supports the ability to deny access to principals via deny policies for the following IAM permissions :
bigquery.googleapis.com/capacityCommitments.*, bigquery.googleapis.com/bireservations.*, bigquery.googleapis.com/reservationAssignments.*, bigquery.googleapis.com/reservations.*
bigquery.googleapis.com/[datasets, tables, models, routines, jobs, connections].delete
bigquery.googleapis.com/datasets.[createTagBinding, listTagBinding]
bigquery.rowAccessPolicies.[create, delete, update, setIamPolicy]
Libraries
A weekly digest of client library updates from across the Cloud SDK.
Node.js
Changes for @google-cloud/bigquery
7.1.1 (2023-08-03)
Bug Fixes
7.1.0 (2023-08-01)
Features
7.0.0 (2023-07-31)
⚠ BREAKING CHANGES
Bug Fixes
Miscellaneous Chores
Feature
Analytics Hub now supports the use of routines in linked datasets. This feature is now in preview.
https://cloud.google.com/bigquery/docs/release-notes#August_07_2023
The text was updated successfully, but these errors were encountered: