9.29 Release Notes: Preview¶
Attention
Content on this page is available in advance of the completion of the 9.29 release, which is currently either pending or in progress and is scheduled for completion on September 26 (subject to change).
Features, updates, or behavior changes described on this page might not be available in your accounts until the release is complete.
For updates to these release notes, see Release notes change log.
New features¶
Cortex Agent Monitoring (Preview)¶
Cortex Agent Monitoring gives you access to detailed logs and tracing for your agents, accessible through Snowsight. Your agent’s logs include details on LLM planning, tool execution, SQL generation and execution, and more.
Data pipeline updates¶
CREATE OR ALTER DYNAMIC TABLE (Preview)¶
The CREATE OR ALTER DYNAMIC TABLE command combines the functionality of the CREATE DYNAMIC TABLE command and the ALTER DYNAMIC TABLE command. It executes as a CREATE statement if the dynamic table doesn’t exist. If it does exist, it transforms the dynamic table according to the object definition in the statement.
Data governance updates¶
Data quality: FRESHNESS data metric function improvement¶
You can now associate the FRESHNESS data metric function (DMF) with a table without specifying a column argument, which lets you determine the last time a DML command acted on the table. Previously, you needed to associate the FRESHNESS with a timestamp column to determine the last time the table was modified.
Release notes change log¶
Announcement |
Update |
Date |
---|---|---|
Release notes |
Initial publication (preview) |
Sep 19, 2025 |
Support for Scala version 2.13 (Preview) |
Removed from Extensibility updates |
Sep 22, 2025 |
Cortex Agent Monitoring (Preview) |
Added to New Features |
Sep 24, 2025 |
CREATE OR ALTER DYNAMIC TABLE (Preview) |
Added to Data pipeline updates |
Sep 25, 2025 |