10.21 Release Notes: Jun 5, 2026-Jun 10, 2026

New features

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 publicationJun 5, 2026