August 07-08, 2023 — 7.27 Release Notes¶
The following new features and updates (enhancements, fixes, etc.) have been introduced in this release. If you have any questions, please contact Snowflake Support.
Important
Each release may include updates that require the web interface to be refreshed.
As a general practice, to ensure these updates do not impact your usage, we recommend refreshing the web interface after each Snowflake release has been deployed.
New Features¶
Account Usage: New CLASS_INSTANCES View¶
With this release, we are pleased to announce the CLASS_INSTANCES view in the Account Usage schema of the shared SNOWFLAKE database. This view returns one row for each class instance in the account.
A class is an extensible object type that serves as a blueprint for creating instances. You can create an instance of a class and execute its methods (procedures and functions) to take advantage of the advanced functionality that classes provide. For a list of available classes, see the SQL class reference.
For more information, see CLASS_INSTANCES view.
SQL Updates¶
New System Stored Procedure for Sending Email Notifications — General Availability¶
With this release, we are pleased to announce the general availability of the SYSTEM$SEND_EMAIL() system stored procedure for sending email notifications. You can call this stored procedure to send an email notification from a task, your own stored procedure, or an interactive session.
For more information, see Using SYSTEM$SEND_EMAIL to send email notifications.