10.27 Release Notes (Preview)

Attention

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

Data pipeline updates

CREATE OR ALTER DYNAMIC TABLE (General availability)

CREATE OR ALTER DYNAMIC TABLE is now generally available. This command combines the functionality of CREATE DYNAMIC TABLE and ALTER DYNAMIC TABLE. It runs as a CREATE statement if the dynamic table doesn’t exist. If it does exist, it alters the dynamic table to match the definition in the statement, leaving data unchanged when possible. If the dynamic table already matches the definition, the statement is a no-op.

Release notes change log

AnnouncementUpdateDate
Release notesInitial publication (preview)Aug 3, 2026
CREATE OR ALTER DYNAMIC TABLE (General availability)Added to Data pipeline updatesAug 3, 2026