Skip to main content

Changelog

This changelog provides a detailed record of updates and enhancements we have made to improve your Dremio Cloud experience.

April 23, 2026

What's New
General Updates

You can now create and manage service users for automated tools, jobs, and applications. Service users are non-human Dremio accounts that enable secure programmatic access to Dremio services and datasets.

DX-114548
DPD-568

April 21, 2026

Improvements & Fixes
General Updates

Fixed an issue where trial-ended and project-hibernation notification emails were not being sent to customers from the scheduled batch deactivation path due to a missing tenant context when looking up org details.

DX-119118

General Updates

Fixed credential validation failure when configuring the native Anthropic or Amazon Bedrock AI provider with Claude Opus 4.7, caused by Dremio sending the deprecated temperature parameter that the model rejects.

DX-119058

April 14, 2026

What's New
General Updates

Iceberg v3 Timestamp Granularity (Preview): You can now read and write data source tables that have nanosecond data types, allowing you to operate over timestamps with greater precision than ever before.

DX-98516

General Updates

Iceberg v3 Column Default Values: Dremio now supports column default values as specified in the Iceberg v3 specification, enhancing schema management and data consistency.

DX-103780

General Updates

You can now update Okta and Microsoft Entra ID authentication credentials directly in the Dremio console by using the new Edit option, without deleting and re-adding the identity provider.

DX-114419

General Updates

You can now securely update and manage credit card details in the Dremio console.

DX-110777

General Updates

Reflections now support a Source Consistency property that specifies whether refresh is managed automatically by Dremio (Dremio Managed) or manually by users (User Managed). This property is shown in the Acceleration section of a raw profile, helping users understand refresh behavior and troubleshoot why a Reflection may or may not have the latest data.

DX-111380

Improvements & Fixes
General Updates

Fixed an issue where view schemas did not get updated in Open Catalog when underlying tables were changed.

DX-117047

General Updates

Fixed an issue where the search shortcut (Cmd+K) did not work while typing in the SQL editor.

DX-116505

General Updates

Renamed Users to User management in the organization settings sidebar, and removed Role from the summary view on the User management page.

DX-114548, DX-117172

General Updates

Fixed an issue where APPROX_PERCENTILE with a FILTER clause failed with an internal error, and LISTAGG with a FILTER clause silently dropped the delimiter argument.

DX-117708

General Updates

Fixed an issue where Dremio would generate invalid SQL syntax when pushing down constant values to Amazon Redshift.

DX-117574

General Updates

Fixed a crash that could occur during queries involving hash aggregation with large variable-length columns when the accumulated data in a single batch exceeded 2 GB.

DX-117292

General Updates

Added fail-fast write-permission validation for Azure Storage sources that use Microsoft Entra ID service principals or Azure Managed Identity. CREATE TABLE, CTAS, and INSERT now fail immediately with a clear "No write permission" error instead of failing later with downstream Azure writer errors.

DX-117656

General Updates

Improved concurrency safety in S3, Azure Storage, and Glue connectors by removing externally observable synchronization patterns in client creation and credential refresh flows.

DX-117561

General Updates

Added cleanup for object store source initialization failures so failed setups no longer leave partial resources behind.

DX-116225

General Updates

Fixed an issue where the SQL planner could apply duplicate runtime filters to the same scan when multiple hash joins share equivalent build subtrees.

DX-116296

General Updates

Folders that are not queryable no longer show an incorrect job count of "0" on the Open Catalog page.

DX-116096

General Updates

Fixed an issue where source icons appeared stretched in the lineage view.

DX-114906

General Updates

Fixed an issue where the cursor and text selection did not align correctly in the SQL Runner.

DX-117722

General Updates

Fixed an issue where hovering over the UPLOAD_FILE privilege in project privileges caused the UI to error out.

DX-117321

General Updates

Fixed an issue where granting ownership on Open Catalog tables or views without specifying a branch would fail with an error instead of using the default branch.

DX-114156

General Updates

Fixed a bug where the incorrect Iceberg snapshot rollback was targeted when a Reflection OPTIMIZE job is cancelled or fails.

DX-106501

General Updates

Reflection names are now unique within a project, allowing you to reference Reflections by name (instead of ID) in REST APIs, SQL commands, Reflection hints, and table functions. During the upgrade, already-unique names are preserved, and duplicates are automatically renamed using the format <originalName>_<datasetPath>_<type>_<index>. ID-based references continue to work, and new Reflections must have unique names.

DX-111402

General Updates

Fixed an issue where non-admin users could incorrectly access the Semantic Layer.

DX-117857

General Updates

The AI agent now correctly handles datasets whose names contain dots or special characters when referenced via @mention.

DX-118247

General Updates

Fixed an incorrect sample query in the in-app documentation for the DECRYPT function.

DX-117217

General Updates

Fixed an issue with long planning times for SQL queries with many joins when planner statistics were disabled.

DX-116947

General Updates

Glue Iceberg REST Catalog sources can now authenticate using an IAM role via AWS assume-role, enabling more secure and centralized access management without long-lived credentials.

DX-115580

General Updates

Dremio's Open Catalog now supports cross-region S3 access, allowing you to query data stored in S3 buckets across different AWS regions.

DX-116354

General Updates

You can now configure billing event alerts to monitor usage and costs in your Dremio Cloud organization.

DX-116399

General Updates

First-time users now see a guided provisioning banner on the Home page to help them get started with Dremio Cloud.

DX-116432

General Updates

AI configurations are now listed on a separate page in the Dremio console settings, where you can access and configure AI model providers if you have an ADMIN role or CREATE MODEL PROVIDER permission.

DX-117393

General Updates

A model provider selector is now available when configuring AI features, allowing you to select and switch between available AI model providers.

DX-117179

General Updates

The Dremio MCP server now exposes OAuth metadata for dynamic client registration, improving compatibility with OAuth 2.0-aware tools and agents.

DX-117899

General Updates

The Dremio MCP server now includes improved authentication observability, detailed tool error logging, and a 60-second token expiry buffer to reduce unexpected session timeouts.

DX-118686

General Updates

Dremio now supports Amazon Bedrock Guardrails for requests sent to models through Bedrock. You can configure a centrally managed guardrail ID, which Dremio enforces at runtime to help meet governance requirements (for example, personally identifiable information (PII) protection and policy controls).

DX-117190

General Updates

Fixed an issue where the owner_id and owner_type values in the sys.project."tables" and sys.project.views system tables were not being populated correctly.

DX-114580
DX-115158

General Updates

Fixed an issue where the Created By field in project information showed as "Unavailable" for public users with the USAGE privilege.

DX-109290

General Updates

Fixed an issue where adding an engine schedule and modifying other engine properties could not be done in a single update.

DX-109466

General Updates

Fixed a SQL compatibility issue where certain queries failed with "Incorrect syntax near the keyword 'AS'".

DX-112166

General Updates

Fixed an issue where CASE or IF expressions with a union output type containing a scalar or non-union reader branch threw a compile exception.

DX-114316

General Updates

Fixed an issue where a Reflection displayed the warning "Reflection cannot be accelerated. 1 refresh job failed" even though the refresh history contained no failed jobs.

DX-114351

General Updates

Fixed an issue where queries on a promoted file-based dataset returned a "/ by zero" error after the source files were deleted, instead of a clear message indicating the files were missing.

DX-114409

General Updates

Fixed a regression where the _utf8() function failed when executed via Arrow Flight after an upgrade.

DX-114899

General Updates

Fixed an issue where the AI agent incorrectly recommended creating a table in a space, which is not supported in Dremio Cloud, when the intended catalog source was the appropriate target.

DX-115633

General Updates

Fixed an issue that prevented the engine dropdown menu from working as expected when modifying a view.

DX-115892

General Updates

Fixed an issue where date/time extraction functions returned inconsistent output types depending on whether Gandiva vectorized execution was applied.

DX-115915

General Updates

Fixed an issue where the format_number function could cause an OutOfMemoryError when called with a very large number of decimal places.

DX-115956

General Updates

Fixed an issue where CREATE OR REPLACE VIEW failed with "Column not found" for struct sub-fields when replacing an existing view with a stale schema.

DX-116055

General Updates

Fixed an issue where REFRESH DATASET jobs could become stuck and could not be cancelled.

DX-116438

General Updates

Fixed an issue where Learn More links from SQL functions in the Dremio console directed users to the legacy documentation site instead of the current documentation.

DX-116483

General Updates

Fixed an error that caused queries on externally created Apache Iceberg tables to fail when Parquet column IDs did not match the Iceberg schema.

DX-116497

General Updates

Fixed an issue where querying dremio_catalog returned a 403 error.

DX-116506

General Updates

Fixed an issue where the lineage graph displayed a job count of 0 for datasets that had existing jobs.

DX-116747

General Updates

Fixed an issue where queries could fail with an IllegalStateException due to an operator allocator being closed while buffers were still allocated.

DX-116853

General Updates

Reflection refresh job profiles now include the refresh trigger reason and trigger type as a comment, making it easier to understand why a refresh was initiated.

DX-117684

General Updates

Fixed an issue where interval literal values of 100 or greater (for example, INTERVAL '100' SECOND) failed with an "exceeds precision" error.

DX-117801

General Updates

Fixed an issue where views created using a catalog context before a catalog migration could fail to load after the migration.

DX-118425

General Updates

Fixed an issue where system queries exposed internal catalog names in query results.

DX-118446

General Updates

Fixed an issue where tables or views that were created or deleted did not appear in the AI agent's autocomplete suggestions until the page was manually refreshed.

DX-118537

General Updates

Fixed an issue where creating a serverless project with a malformed IAM Role ARN returned a generic error instead of a specific validation message.

DX-118637

General Updates

Fixed an issue where the AI agent showed no error message when users attempted to interact with it while the AI toggle was disabled at the project level.

DX-118651

General Updates

Fixed a regression where assigned roles for users could not be viewed on the Users page in the Dremio console.

DX-118764

April 7, 2026

Improvements & Fixes
General Updates

Fixed an issue where the NVL function returned an error when used with mixed DATE and TIMESTAMP operands.

DX-115642

March 31, 2026

What's New
General Updates

Lineage nodes now display a Created timestamp.

DX-117316

Improvements & Fixes
General Updates

Fixed an issue where writing an Iceberg table with positional deletes to a REST catalog source could fail when running DELETE, UPDATE, or MERGE DML queries.

DX-117602

General Updates

Fixed an issue where writing an Iceberg table with deletion vectors to Open Catalog could fail when running DELETE, UPDATE, or MERGE DML queries.

DX-117598

General Updates

Fixed an issue that prevented users from exchanging External Token Provider (ETP) JWT tokens for Dremio access tokens via the OAuth token exchange grant.

DX-117591

General Updates

Fixed an issue rendering bar charts with temporal data.

DX-117223

General Updates

Fixed an issue where visualizations could not be viewed by non-admin users who had permissions on the underlying objects.

DX-117153

General Updates

Fixed an issue where reading Parquet files with DATA_PAGE_V2 pages marked as uncompressed under a compressed column codec could fail with a decode error.

DX-117088

General Updates

Fixed an issue where tooltips could display raw HTML.

DX-117600

General Updates

Fixed an issue where visualizations could show stale data after the underlying view was updated.

DX-116338

General Updates

Fixed an issue where visualization search results did not return the correct entry.

DX-115933

March 25, 2026

Improvements & Fixes
General Updates

Fixed an issue where the Start new chat button and Clear chat action in the AI agent were not working as expected. Support for Start new chat has been removed at this time and will be reintroduced in a future update.

DX-117324

March 24, 2026

What's New
General Updates

Iceberg v3 Data Types (Preview): Iceberg v3 data types including VARIANT and UUID are now supported in Preview. VARIANT enables flexible storage and querying of semi-structured data like JSON. UUID allows you to read and write universally unique identifiers.

DX-97785
DX-104939
DPD-43
DPD-153

General Updates

Iceberg v3 Features (Preview):

Row lineage adds row_id and last_updated_sequence_number metadata columns to v3 tables, tracking each row's identity and modification history across updates and compaction. This enables CDC, audit trails, incremental processing, and regulatory compliance.

DX-102731
DPD-184

Iceberg v3 deletion vectors improve performance when updating or deleting data in large tables.

DX-105396
DPD-312

General Updates

OPTIMIZE TABLE now processes tables in resource-aware batches, preventing out-of-memory errors on large datasets. Multiple runs may be needed for very large tables. Use automatic table maintenance for automatic optimization.

DX-104424
DPD-494

General Updates

OpenAI-compatible models can be used with Dremio for the AI agent and AI functions.

DX-113356
DPD-462

General Updates

For users who have permissions to create and alter objects in the catalog, write operations (DML/DDL) are enabled from the agent of your choice via the Dremio MCP Server. The agent will ask for the user to verify and approve the action.

DX-115601
DPD-595

General Updates

Preview: Google BigLake Iceberg tables can now be queried through the Dremio Iceberg REST Catalog, enabling seamless access to BigLake-managed datasets.

DX-113928
DPD-584

Improvements & Fixes
General Updates

Typing "@" into the Agent chat now allows searching through catalog objects.

DX-110573

General Updates

The AI agent is available on the Catalog and Jobs page.

DX-113547

General Updates

SQL blocks in an AI agent chat now have a Run in SQL Runner button to simplify SQL execution.

DX-112695

General Updates

The AI related project configurations have been moved out of the Preferences page and into a separate AI pages under Admin > Project.

DX-114040

General Updates

Queries using AI functions with a LIMIT clause now apply the limit before invoking AI functions, improving performance and reducing token usage.

DX-112228

General Updates

Fixed an issue where jobs were missing end timestamp.

DX-115412

General Updates

Fixed an issue where Iceberg REST Catalog sources on Azure Data Lake Storage (ADLS) Gen2 failed during query execution.

DX-115106

General Updates

The namespaces section will now have a max height and is scrollable to allow for easier access of the connections section.

DX-115049

General Updates

Improve the user experience when adding/deleting namespaces by handling loading states in a smoother manor and adding a go to namespace link with the success notification.

DX-113892

General Updates

Fixed an issue where the Catalog API returned a 500 error when requesting permissions on the top-level catalog listing.

DX-115602

General Updates

Fixed a regression where legacy spaces could be created via the Catalog API on projects using Open Catalog.

DX-115586

General Updates

Fixed an issue where Open Catalog appended /catalog to the base location.

DX-115001

General Updates

Updated the privileges required to run OPTIMIZE on Open Catalog to SELECT and WRITE.

DX-115665

General Updates

Fixed an issue where Reflection creation could fail due to validation errors.

DX-115252

General Updates

Reflection results on Iceberg tables are now consistently up‑to‑date with the latest table snapshot, even with external writers.

DX-109112

General Updates

Fixed an issue where the LEAST and GREATEST functions returned incorrect results when comparing DECIMAL values with different precision and NULL values.

DX-116130

General Updates

Improved error messages when running metadata queries (such as table_snapshot or table_history) on views.

DX-115163

General Updates

Fixed an issue where the Data panel only displayed namespaces instead of all sources.

DX-114908

General Updates

Removed the "Query Type" column from the SQL Runner's results table.

DX-114495

General Updates

Updated ChannelClosedException query failure errors to surface the underlying exception that caused the channel to close, i.e. out of memory errors.

DX-114646

General Updates

Fixed a direct memory leak that occurs in certain scenarios such as query cancellation when the query has a JDBC scan in one of its fragments.

DX-114323

General Updates

Previously a user didn't see any region selection validation when trying to create a project. Now when they should see a warning under the region selector.

DX-113113

General Updates

Reduced API response time for Dremio console trial status endpoint.

DX-116797

March 18, 2026

Improvements & Fixes
General Updates

Fixed an issue where folders in Open Catalog could become inaccessible with contents disappearing from view due to an internal error.

DX-116716

February 24, 2026

Improvements & Fixes
General Updates

The AI Agent can now answer questions about upstream sources, downstream dependencies, and how a dataset was created or transformed. The AI Agent can also add a wiki and labels to a dataset.

DX-112697, DX-113894

General Updates

Lineage information for Iceberg views in Open Catalog is now automatically updated when views are created, modified, or refreshed using ALTER VIEW ... REFRESH METADATA.

DX-100186

General Updates

In SQL Runner, if a query fails, an Explain button is displayed that uses the AI Agent to provide more information about the error and how to fix it.

DX-113493

General Updates

Result sets returned by Dremio's AI Agent can now be downloaded as a CSV file.

DX-112694

General Updates

The Visual Profile now shows information about C3 cache utilization across scan operator threads, helping identify cache configuration issues.

DX-113114

General Updates

Fixed an issue where S3 connections using an HTTP proxy could ignore the proxy or use an incorrect scheme/port due to proxy SSL configuration handling.

DX-106030

General Updates

Fixed an issue where Tableau project files downloaded from the Dremio console for Open Catalog datasets contained duplicate catalog names in the path.

DX-114560

General Updates

Fixed an issue where the total-file-size field in Iceberg table metadata was incorrectly set to zero, which could cause compatibility issues with external tools like Databricks.

DX-112784

General Updates

Fixed an issue where Redshift sources did not display databases created from datashares.

DX-114532

SQL

Fixed an issue where query plans could fail when querying a user-defined function with a Reflection hint.

DX-113221

SQL

Fixed an issue where queries on complex data types (structs, lists, unions) using KVGEN and FLATTEN with a WHERE clause could return NULL values.

DX-113610

SQL

Fixed an issue where grouping sets with a single column caused the WHERE clause to not apply to NULL values.

DX-113068

SQL

Fixed an issue where inserting a NULL element into a list of structs threw an exception.

DX-108757

SQL

Dremio recommends ENCRYPT and DECRYPT for improved security and support for modern cipher modes. AES_ENCRYPT and AES_DECRYPT SQL functions have been deprecated.

DX-108148

APP

The Open Catalog page now features an updated layout and branding that highlights Open Catalog powered by Apache Polaris.

DX-113024

APP

The side navigation bar now features labeled menus with expand and collapse functionality.

DX-112863

APP

Column data types now display tooltips in the Open Catalog tree, on metadata cards, and in the Details panel.

DX-112458

APP

You can view and grant project privileges on the Project Settings page in the Dremio console.

DX-110306

APP

Fixed an issue where the lineage graph did not render all parent datasets for public users with SELECT privileges.

DX-113994

February 14, 2026

Improvements & Fixes
General Updates

Fixed an issue where the MCP server and search API returned dataset paths with catalog names included.

DX-114410

APP

Fixed an issue where Tableau and Power BI live connections downloads (.tds and .pbids files) from the Dremio console contained incorrect dataset paths.

DX-114560

February 5, 2026

Improvements & Fixes
General Updates

Fixed an issue where the AI Agent could generate incorrect SQL syntax for function mappings, ILIKE syntax, reserved keyword quoting, and interval/array access patterns.

DX-113759

General Updates

Fixed a thread-safety issue in the catalog HTTP client that could cause table list retrieval failures during concurrent operations.

DX-113758

API

Native OAuth applications now support refresh token rotation for improved security.

DX-113151

APP

Fixed an issue where the letter "c" could not be typed in the Create Table from File dialog.

DX-114124

January 27, 2026

Improvements & Fixes
General Updates

Fixed an issue where incorrect files could be deleted when cleaning up old materializations for Reflections.

DX-113402

January 22, 2026

Improvements & Fixes
General Updates

Inactive projects now automatically hibernate after 15 days of inactivity to optimize resource usage and reduce costs.

DX-105668

General Updates

The AI Agent now supports Mermaid diagrams for visualizing workflows, architectures, and data relationships.

DX-111718

APP

You can now easily create an Iceberg table from a file in object storage with the Create Table from File functionality.

DX-111009

SQL

Fixed an issue where multiple LEAD functions partitioned on the same columns could return incorrect results.

DX-111114

SQL

Fixed an issue where queries lost the DESC collation when row/column policies were used.

DX-111686

SQL

Fixed an issue where created views had extra columns from ORDER BY when ORDER BY expressions were not in the SELECT list.

DX-111901

SQL

Fixed an issue where INSERT INTO operations failed with a privilege error.

DX-112638

APP

Fixed an issue where semantic search did not match column names with different capitalization.

DX-106051

January 14, 2026

Improvements & Fixes
SQL

Fixed an issue where Reflections were incorrectly matched into user queries, producing the wrong results.

DX-111606

December 18, 2025

What's New
General Updates

Dremio Cloud is now available in AWS Europe (Ireland) and Germany (Frankfurt), offering improved performance, lower latency, and enhanced compliance with EU data residency and GDPR requirements.

DX-112459

Improvements & Fixes
General Updates

Creating functions on another project's Open Catalog without navigating to that project first is now properly disallowed.

DX-111145

General Updates

Setting and unsetting row-filtering and column-masking policies on another project's Open Catalog (added as a source) is now properly disallowed with an improved error message.

DX-110918

General Updates

Fixed an issue where full refresh Reflections could stop working after repeated refreshes with no data changes.

DX-112405

General Updates

Reflection refresh job profiles now include a new "Source Table Refresh State" phase that displays tables and other Reflection scans that were planned to build the new materialization.

DX-105363

General Updates

Fixed an issue that resulted in a truncated file when exporting a query result containing a large number of rows or columns from the Dremio console.

DX-107587

API

The Catalog API now returns isMetadataExpired and lastMetadataRefreshAt in responses for tables and views.

DX-107490

API

Fixed an issue where the GET /reflection/recommendations/job-based/{id}/results/ REST API response contained incorrect endpoint URLs.

DX-110273

APP

Fixed an issue where the output rows count was incorrect on the Jobs page for queries accelerated by results cache.

DX-112292

APP

Fixed an issue where the Catalog Usage admin monitor failed to load due to an error processing queries containing a LIST_FILES function call.

DX-112418

APP

When navigating to the SQL Runner, a loading indicator is now shown in the Data Panel.

DX-110347

December 4, 2025

Improvements & Fixes
General Updates

Fixed an issue where the planner threw a "cannot translate call DO_NOT_PUSHDOWN" exception.

DX-110018

General Updates

Fixed an issue in the vectorized copier where an exception was incorrectly thrown during column vector compaction.

DX-111477

General Updates

Queries involving evaluation of large numbers of expressions are now more responsive to cancellation.

DX-105803

General Updates

Fixed an issue where position delete files for Apache Iceberg v2 tables were not being sorted by file_path and pos according to the Iceberg specification.

DX-111196

General Updates

Fixed an issue where an invalid range error would be thrown when reading a Delta Lake table that used column mapping.

DX-109616

SQL

Fixed an issue with validation during the PREPARE statement from the JDBC driver for some DML queries with parameters. Querying complex types with parameters and certain DML queries selected from a subquery with parameters are not supported.

DX-110709

SQL

Fixed an issue where SQL queries using tables from the sys source intermittently failed with a "Failure getting source [sys]" error.

DX-111229

SQL

Fixed an issue of Dremio process aborting when complex data type columns were involved in hash join queries.

DX-89072

SQL

Fixed an issue with runtime filters on DECIMAL columns incorrectly filtering out values.

DX-111953

SQL

Fixed an issue where filters on VARBINARY columns could produce inconsistent results.

DX-101663

APP

In the Events tab on the Engines page, the last query time now shows the correct datetime or "--" instead of an invalid date.

DX-109833

APP

Added engine replica numbers to the Engines page for failed events.

DX-110482

APP

Fixed an issue where deleting a namespace you were viewing resulted in a not-found error.

DX-110750

APP

The Maintenance filter in the Attributes dropdown on the Jobs page now appears automatically upon entering the page.

DX-110783

November 20, 2025

Improvements & Fixes
General Updates

Fixed an issue where Iceberg table write operations could create invalid Parquet files when nullability checks were disabled in Dremio, leading to DATA_READ ERROR failures during subsequent queries.

DX-111290

General Updates

Fixed an issue where sources in a broken state could not be reconfigured.

DX-109945

General Updates

Reflections are now blocked on JDBC sources (such as Microsoft SQL Server and Oracle) with user impersonation enabled. If user impersonation is enabled after a Reflection is created, users should delete existing Reflections to prevent unauthorized data access, as these Reflections will fail to refresh and expire eventually according to their corresponding policy.

DX-109642

APP

All values in the Attributes filter on the Jobs page now act as OR filters, showing jobs that match any of the selected criteria.

DX-111211

November 12, 2025

What's New
General Updates

Introducing the new Dremio Cloud, featuring the built-in Open Catalog (Powered by Polaris) for seamless data governance and interoperability, Dremio's Query Engine to deliver on fast performance and Dremio's AI Agent so you can discover, analyze, and visualize data using natural language with no SQL expertise required. Try it out with our 30-day free trial by signing up at dremio.com/get-started.

DX-105656
DX-103207
DX-97048
DX-107350
DX-105441