10.21 Release Notes (with behavior changes) (Preview)

Attention

Content on this page is available in advance of the completion of the 10.21 release, which is currently either pending or in progress and is scheduled for completion on June 16, 2026 (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.

Behavior change bundles

This release contains the following behavior change bundles:

Bundle NameStatus in this ReleasePrevious Status
2026_05Disabled by default; admins can enable for testingN/A (introduced in this release)
2026_04Enabled by default; admins can disable for opt-outDisabled by default
2026_03Generally enabled; admins can no longer enable/disableEnabled by default

The status for each bundle will change again in the following behavior change release; however, this schedule is subject to change.

For more information about bundle statuses and how they may impact your accounts, see About Behavior Changes.

Data governance updates

Data metric function (DMF) FILTER clause (General availability)

You can now add a FILTER clause when associating a data metric function (DMF) with a table or view. The FILTER clause lets you scope the metric evaluation to a specific subset of rows without modifying the DMF definition or adding a view.

ALTER TABLE customer_data
  ADD DATA METRIC FUNCTION SNOWFLAKE.CORE.NULL_COUNT
    ON (email)
    FILTER (status = 'ACTIVE');

For more information, see Apply data quality checks to a subset of rows.

Release notes change log

AnnouncementUpdateDate
Release notesInitial publication (preview)Jun 12, 2026