Dwh V.21.1

The product team has already hinted at features for V.22, including:

For now, Dwh V.21.1 serves as a rock-solid foundation that will remain supported with security patches until at least 2028.

Say goodbye to data silos. V.21.1 introduces a unified storage layer that simultaneously reads from: Dwh V.21.1

This allows users to perform cross-platform joins without expensive ETL processes.

CREATE MASK ssn_mask AS
    CASE WHEN USER_ROLE() = 'PAYROLL' THEN ssn
         ELSE 'XXX-XX-' + RIGHT(ssn, 4) END;

ALTER TABLE employees MODIFY COLUMN ssn SET MASK ssn_mask; The product team has already hinted at features for V

In many large enterprises, IT departments use "DWH" as the project name for their internal Data Warehouse. They often use versioning like V.21.1 to denote: For now, Dwh V

We are excited to announce the general availability of DWH V.21.1 — a significant step forward in workload isolation, query optimization, and cost-aware data management. This release focuses on three core themes: adaptive concurrency, zero-copy cloning with time travel enhancements, and enterprise-grade attribute-level security.

Run the provided dwh_pre_upgrade_tool to identify deprecated functions, unsupported data types, or custom UDFs that need rewriting.