February 15, 2024 — Aggregation and Projection Policies Release Notes

Aggregation Policies — Preview

With this release, we are pleased to announce the preview of aggregation policies, which protect the privacy of individual rows by requiring analysts to run queries that aggregate data rather than retrieving individual rows. When defining an aggregation policy, you specify a minimum group size, which determines how many rows must be included in each aggregation group. Once you assign the aggregation policy to a table or view, queries must aggregate data into groups that contain enough rows to meet the minimum group size requirement.

For more information, see Aggregation policies.

Projection Policies — Preview

With this release, we are pleased to announce the preview of projection policies, which prevent queries from using a SELECT statement to project a column. The projection policy defines which users should be blocked from projecting columns and which users should be allowed. You then assign the projection policy to a column in a table or view to control who can project the column.

For more information, see Projection policies.