Apr 9, 2026: Snowflake Data Clean Rooms updates¶
Clean Rooms API Version: 14.3¶
The following new features and enhancements are now available in Snowflake Data Clean Rooms:
Collaboration API - Generally Available: The new Collaboration API is now generally available. The new architecture supports fully symmetric, multi-party collaboration with flexible roles and fine-grained data access controls for any number of participants. Read the overview and try out building a new collaboration yourself.
Collaboration Configuration APIs: Two new stored procedures are now available for managing collaboration configuration flags:
GET_CONFIGURATION returns a table of configuration key-value pairs for the collaboration. Currently exposes the TEMPLATE_AUTO_APPROVAL setting per collaborator.
SET_CONFIGURATION sets a configuration value for the collaboration.
Case-Insensitive Code Spec IDs: Code spec IDs are now case-insensitive, extending the case-insensitive identifier support introduced in the previous release. You no longer need to match the exact casing used during registration when referencing a code spec by ID.
Improved join and review reliability: Join and review operations now automatically retry when a collaboration listing isn’t immediately available, reducing transient failures.
Updates to private preview features.