10.27 Release Notes: Aug 2, 2026 - Aug 6, 2026¶
Attention
This release has completed. For differences between the in-advance and final versions of 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.
For more information, see CREATE OR ALTER <object> and CREATE DYNAMIC TABLE.
Release notes change log¶
| Announcement | Update | Date |
|---|---|---|
| Release notes | Initial publication (preview) | Aug 3, 2026 |
| CREATE OR ALTER DYNAMIC TABLE (General availability) | Added to Data pipeline updates | Aug 3, 2026 |
| Release notes | Final publication | Aug 6, 2026 |