All release notes
PREVIEWIn the menu to the left of this page, release notes are organized by release type. These types include server releases (which are deployed every week), feature updates (which occur between server releases), and client, driver, library, and connector releases. You can use this page to view release notes for all types of releases and filter the list by type and date.
Showing 33 releases
June 18, 2026
Snowflake Data Clean Rooms updates
The following new features and enhancements are now available in Snowflake Data Clean Rooms:
- ML Jobs in Data Clean Rooms — Generally Available: ML Jobs enables collaborators to run containerized machine learning workloads on a dedicated compute pool inside a Data Clean Room. Supported use cases include lookalike modeling, incrementality measurement, hyperparameter optimization, and distributed model training using the Snowflake distributed trainers for XGBoost, LightGBM, and PyTorch. ML Jobs are defined in a code spec and submitted through the standard template approval workflow.
- Unregister templates and data offerings: You can now remove a registered template or data offering from a registry by calling UNREGISTER_TEMPLATE or UNREGISTER_DATA_OFFERING, as long as the resource isn't currently linked to a collaboration.
- General performance improvements and bug fixes.
June 17, 2026
Artifacts in Snowflake CoWork (General availability)
Artifacts in Snowflake CoWork are now generally available. An artifact is a persistent, live reference to a chart or table from an agent response that you can revisit, refresh under your own credentials, and share with a teammate who sees the same artifact filtered through their own data permissions.
...
June 16, 2026
Adaptive Compute (General availability)
With this release, Adaptive Compute is generally available on Amazon Web Services (AWS). You can create Adaptive Warehouses or convert existing standard warehouses to an Adaptive Warehouse without downtime.
...
June 16, 2026
Account Usage New CORTEX_AI_GUARDRAILS_USAGE_HISTORY view
The ACCOUNT_USAGE schema now includes a new CORTEX_AI_GUARDRAILS_USAGE_HISTORY view that provides visibility into the usage history of Cortex AI Guardrails.
...
June 12, 2026
Apache Iceberg™ tables: Azure Data Lake Storage Gen2 support (General availability)
Support for Azure Data Lake Storage Gen2 (Azure Data Lake Storage) for Apache Iceberg™ tables is now generally available.
...
June 11, 2026
Cortex Agent tool evaluation metrics (Preview)
With this preview release, Cortex Agent evaluations include two new system metrics that measure how your agent uses tools:
- Tool selection accuracy (TSA) – Whether the agent's orchestration layer invokes the tools you expect for a given query.
- Tool execution accuracy (TEA) – Whether each tool that runs receives appropriate input and returns output that meets your requirements.
...
June 11, 2026
Snowflake Data Clean Rooms updates
The following updates are now available in Snowflake Data Clean Rooms:
- General performance improvements and bug fixes.
- Updates to private preview features.
June 5, 2026
Default metadata write format for Apache Iceberg™ tables (General availability)
You can now set a default metadata write format at the account, database, or schema level so that CREATE TABLE and ALTER TABLE create Apache Iceberg™ tables without the ICEBERG keyword. This release includes the following capabilities:
- DEFAULT_METADATA_WRITE_FORMAT parameter to default new tables to the Snowflake table format or the Apache Iceberg™ table format.
- Automatic DDL promotion in catalog-linked databases so
CREATE TABLEcreates Apache Iceberg™ tables without theICEBERGkeyword.
...
June 2, 2026
Google Cloud BigLake Metastore catalog integration (General availability)
Support for connecting Snowflake to Google Cloud BigLake Metastore by using an Apache Iceberg™ REST catalog integration is now generally available. You can configure workload identity federation so Snowflake authenticates to Google Cloud without long-lived service account keys, then create a catalog-linked database to discover and query BigLake Iceberg tables from Snowflake.
...
June 2, 2026
Private connectivity for catalog-vended credentials (General availability)
When you use catalog-vended credentials for Apache Iceberg™ tables, you can now configure outbound private connectivity so Snowflake accesses your cloud storage through a private endpoint instead of the public internet. You can enable private storage access by setting USE_PRIVATELINK_ENDPOINT = TRUE in the DEFAULT_STORAGE_CONFIG parameter of your catalog integration.
...
June 1, 2026
Snowflake storage for Apache Iceberg™ tables (General availability)
With this release, Snowflake storage for Apache Iceberg™ tables is now generally available. This option lets Snowflake store and manage the Iceberg table files for you, so you don't need to set up access to external cloud storage.
...
June 1, 2026
Optimized refresh for failover groups (Public Preview)
Optimized refresh is a new refresh mode for failover groups, now available in public preview. It makes account replication refreshes more efficient and predictable, and is especially valuable for customers who replicate a very large number of objects. You opt in per failover group by setting OPTIMIZED_REFRESH = TRUE on the primary failover group. The mode works with the same failover group SQL surface you already use, and replication, failover, and failback semantics are unchanged.
...
June 1, 2026
Restricted caller's rights in Streamlit in Snowflake (General availability)
With this release, restricted caller's rights in Streamlit in Snowflake is now generally available. This feature requires Streamlit version 1.53.1 or later.
...
May 28, 2026
Planned price reduction for Cortex AI_TRANSCRIBE
Effective June 1, Snowflake is reducing pricing for Cortex AI_TRANSCRIBE by up to 60%, making it more cost-effective to transcribe and analyze audio and video content directly in Snowflake.
...
May 28, 2026
Dynamic tables immutability constraints renamed to frozen regions
The dynamic tables feature formerly known as the immutability constraint is now called the frozen region of a dynamic table. As part of this rename, the IMMUTABLE WHERE clause is also renamed to FROZEN WHERE.
...
May 28, 2026
Gemini 3.5 Flash available in Cortex AI Functions for multimodal video and audio analysis
Snowflake Cortex AI_COMPLETE now supports Gemini 3.5 Flash for multimodal video and audio analysis, enabling organizations to extract brand, sentiment, behavioral, and content insights from rich media directly in Snowflake. With frontier multimodal intelligence and Flash-level speed, teams can analyze video and audio content for marketing, content intelligence, compliance, and media analytics workflows without moving data outside of Snowflake.
...
May 28, 2026
Sensitive Data Access report (Public Preview)
You can now generate a Sensitive Data Access report to view which users accessed sensitive data in your account during a specified lookback period. The report creates a view that lists user-table-role combinations identified in query and access history for classified tables.
...
May 27, 2026
Data protection policies in Snowsight (Public Preview)
With this preview release, you can use the Governance & security » Data protection policies area in Snowsight to create data protection policies from the Dashboard, list and manage policies on the Policies tab, and view protected objects on the Objects with policies tab.
...
May 26, 2026
Snowflake Data Clean Rooms updates
The following new features and enhancements are now available in Snowflake Data Clean Rooms:
- DCR Agent (public preview): You can now use a conversational Snowflake CoWork interface to join collaborations and run approved analyses including audience overlap and activation via
standard_audience_overlap_v0andstandard_audience_overlap_activation_v0templates. Learn more. - Additional Cortex Code Skills: Users can now use Cortex Code with data clean room skills that support dropping/leaving a collaboration, linking/unlinking data offerings, and requesting new templates to be added with approval flows.
May 26, 2026
Custom incremental dynamic tables (Public Preview)
When standard refresh modes don't support your transformation pattern, CUSTOM_INCREMENTAL refresh mode lets you write MERGE or INSERT logic that Snowflake executes on each refresh. You define exactly how changes reach the dynamic table while Snowflake handles scheduling, retries, and transactional guarantees. This mode supports patterns such as stream-static joins, soft-deletes, stateful aggregation, and direct migration from streams and tasks.
...
May 26, 2026
Apache Iceberg™ tables: Write support by using an external query engine (General availability)
With this release, write support for Snowflake-managed Apache Iceberg™ tables by using an external query engine through Snowflake Horizon Catalog is now generally available. You can read and write to Snowflake-managed Iceberg v2 and v3 tables from any external query engine that supports the open Iceberg REST protocol, such as Apache Spark™, by using a single Horizon Catalog endpoint and your existing Snowflake users, roles, policies, and authentication.
...
May 22, 2026
AI_EXTRACT extraction scores (General availability)
Extraction scores for the Snowflake Cortex AI_EXTRACT function are now generally available. Key capabilities include:
- Confidence scores for extracted values: Pass
scores => TRUEin an AI_EXTRACT call to get back ascoringobject alongside the standardresponseobject, with a score between 0 and 1 indicating the model's certainty about each extracted value. - Support for entities, lists, and tables: Per-field scores are returned for entity extraction, and aggregate scores are returned for list and table extraction.
- Support for fine-tuned arctic-extract models: Extraction scores work with fine-tuned arctic-extract models in addition to the default model.
...
May 21, 2026
Snowflake Data Clean Rooms updates
The following updates are now available in Snowflake Data Clean Rooms:
- General performance improvements and bug fixes.
- Updates to private preview features.
May 21, 2026
Dynamic tables documentation rewritten
The dynamic tables documentation now includes 30 new and updated pages covering the full lifecycle of building, optimizing, monitoring, and troubleshooting dynamic table pipelines.
...
May 21, 2026
Storage lifecycle policies for dynamic tables (General availability)
Attaching a storage lifecycle policy to a dynamic table is now generally available. You can attach a storage lifecycle policy directly to a dynamic table to delete or archive rows that match a predicate, on a schedule that runs independently of dynamic table refresh.
...
May 20, 2026
Create, evaluate, and optimize Cortex AI Functions with Cortex AI Function Studio (Public Preview)
Cortex AI Function Studio is now available in public preview, enabling organizations to easily create, evaluate, and optimize production-ready Cortex AI Functions for unstructured and multimodal data workflows. AI Function Studio automates prompt engineering, model selection, benchmarking, and optimization, helping teams accelerate AI application development while improving quality and reducing experimentation overhead.
...
May 19, 2026
Custom runtime images for Notebooks and ML Jobs (Preview)
With this preview release, you can build, validate, and register your own custom container images for use with Snowflake Notebooks and ML Jobs on Container Runtime. Custom runtime images let you include specific packages, meet compliance and security requirements, integrate with existing CI/CD pipelines, and ensure reproducibility across environments.
...
May 19, 2026
dbt Projects on Snowflake updates
The following improvements are now available for dbt Projects on Snowflake:
- Enhanced dbt DAG with column-level lineage: The dbt DAG visualization is now significantly more capable across all three surfaces (Workspaces, dbt project object details, and Query History). Each model node displays its columns, powered by the Snowflake Horizon Catalog as the single source of truth. Selecting a column highlights all upstream and downstream models in the DAG that use that column. Additional improvements include an in-DAG search bar to find models by name, expandable upstream and downstream depth controls, a unified side panel showing row count, column count, compiled SQL, and runtime information, and an increased model display limit (up from 100 to 300). For more information, see dbt projects on snowflake manage.
...