April 17, 2025 — Snowflake Data Clean Rooms updates¶
Note
Clean rooms UI users must sign out and back in to the clean rooms UI for these updates to take effect.
Clean rooms API users must run the following code for these updates to take effect:
USE ROLE SAMOOHA_APP_ROLE;
CALL samooha_by_snowflake_local_db.library.apply_patch();
To enable auto-upgrades for API users, run the following code:
USE ROLE SAMOOHA_APP_ROLE;
CALL samooha_by_snowflake_local_db.library.enable_local_db_auto_upgrades();
With this release, we are pleased to announce the availability of the following new features and enhancements in this update to Snowflake Data Clean Rooms:
Segmentation and attribute columns are now optional in the Audience Overlap template: Segmentation and attribute columns in the Audience Overlap template are no longer a required feature. This means that a clean room creator (provider) can use the Audience Overlap Analysis template for a simple overlap analysis if segmentation and activation are not needed.