Jun 25, 2026: Snowflake Data Clean Rooms updates

Clean Rooms API Version: 16.5

The following new features and enhancements are now available in Snowflake Data Clean Rooms:

  • Edit Collaboration - Public Preview: The new Edit Collaboration API lets collaboration owners add or remove collaborators and change the roles of existing collaborators. Each requested change takes effect only after the affected collaborators approve it. This capability is available only for collaborations created after this update. For more details, see the API documentation.

  • Improved API auto-upgrades: The retry mechanism for auto-upgrade is improved for better task efficiency. Please enable auto-upgrades to always be on latest version. Details here. Please remount if you are on version below 12.3. Learn more here.

  • Updated details column for update requests: The details column payload returned by VIEW_UPDATE_REQUESTS has been updated for several update request types, with some fields removed or renamed for greater clarity and consistency. The following fields have been removed from the details payload:

    • Add Template: template_name, template_description, shared_with, and shared_by. In addition, code_specs is now included only for templates that have code specs (previously it was always present).
    • Remove Template: template_name, template_description, shared_with, and shared_by.
    • Link Data Offering: data_offering_name, shared_with, and shared_by.
    • Unlink Data Offering: data_offering_name, shared_with, shared_by, unlinked_from, and unlinked_by.

    The information gathered from most of these fields can still be obtained from the new set of fields available. If you parse the details column programmatically, review the API documentation for the current set of fields and update your integrations accordingly.

  • General performance improvements and bug fixes.

  • Updates to private preview features.