April 24, 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 SWL commands for these updates to take effect:

USE ROLE SAMOOHA_APP_ROLE;
CALL SAMOOHA_BY_SNOWFLAKE_LOCAL_DB.library.apply_patch();
Copy

To enable auto-upgrades for API users, run the following SQL commands:

USE ROLE SAMOOHA_APP_ROLE;
CALL SAMOOHA_BY_SNOWFLAKE_LOCAL_DB.library.enable_local_db_auto_upgrades();
Copy

With this release, we are pleased to announce the availability of the following new features and enhancements to Snowflake Data Clean Rooms:

Consumer template requests for cross-cloud auto-fulfillment: Collaborators in different regions can now use consumer-defined templates. Previously, consumer-defined templates were supported only for consumers in the same cloud region as the provider.

Provider-run warehouse selection using the clean rooms API: Providers can now specify the warehouse size used in a provider-run analysis using the clean rooms API. Until now, clean rooms used automatic scaling logic based on dataset sizes to determine the warehouse size.