Skip to main content

Changelog

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

May 14, 2026

Improvements & Fixes
General Updates

Added a getting started experience to the AI agent with suggested prompt cards and guided data onboarding steps to help new users explore Dremio's capabilities quickly.

General Updates

Replaced the auto-save behavior on the AI agent Project Context field with explicit Save and Cancel buttons for more predictable control over changes.

General Updates

Improved the AI agent preview panel with a refreshed header, consistent action menus per output type (SQL, table, chart, wiki), and fixed Wiki and Explain job outputs incorrectly displaying as plain text.

General Updates

Standardized the page header design across organization settings, role management, user management, catalog, project, and visualization pages for a more consistent look and feel.

General Updates

Fixed an issue where the AI agent context panel continued showing tables and views after they were dropped; deleted objects are now removed from context immediately.

General Updates

Fixed an issue in the AI agent plan panel where loading spinners continued spinning indefinitely after a user stopped or cancelled an agent run.

General Updates

Fixed toolcalls output on expansion in the AI agent.

General Updates

Fixed an issue in the AI agent where clicking a SQL block in the chat panel would highlight the wrong entry or do nothing in the Outputs panel.

General Updates

Updated the AI agent feedback dialog to accurately describe how chat data is shared when submitting feedback, and added a link to download the chat transcript for review before submitting.

May 12, 2026

Improvements & Fixes
General Updates

Fixed an issue where sys.project.history.events and sys.project.history.jobs were missing events and jobs information after the AWS migration.

DX-120531

May 9, 2026

What's New
General Updates

Dremio now co-locates the control plane and data plane in AWS, eliminating cross-cloud traffic and reducing latency.

DX-113763

Improvements & Fixes
General Updates

The AI agent can now answer multiple questions, generate multiple visualizations, and run multiple SQL queries in a single response.

DX-115466

General Updates

You can now download visualizations as PNG images and share AI agent conversations via unique URLs.

DX-115929
DX-118208

General Updates

The Save Visualization dialog now autofocuses the name field, automatically selects newly chosen save locations, and uses updated label names.

DX-118213

General Updates

Improved the AI agent experience: SQL cards (showing the query that was run) now collapse by default when results are present, message history is navigable with the up and down arrow keys, the feedback dialog includes a free-text field and consent checkbox, and failed actions show a tooltip explaining the cause.

DX-119354
DX-118210
DX-119130
DX-117897

General Updates

The AI agent now uses fewer input tokens when processing requests with Amazon Bedrock models.

DX-111127

General Updates

Fixed an issue where AI agent exception messages appeared behind code text or inline with other text.

DX-117875

General Updates

Fixed an issue where the View All Chats and Expand to Full Screen options were missing from the AI agent on the Job Details page.

DX-117837

General Updates

Fixed an issue where clicking Explain did not pass the actual error to the AI agent.

DX-115893

General Updates

Fixed an issue where the AI agent displayed raw JSON instead of rendered markdown in responses.

DX-119904

General Updates

Fixed an issue where the AI agent included raw exception details in error messages when an action failed.

DX-118269

General Updates

Fixed an issue where AI agent action titles and plan progress indicators were not displayed.

DX-119420

General Updates

Fixed an issue where loading spinners in the AI agent plan panel continued after a user stopped or cancelled a run.

DX-119029

General Updates

Fixed an issue where dataset mentions in the AI agent chat input were converted to plain text when switching between conversations.

DX-118542

General Updates

Fixed an issue where a view created during an AI agent chat session was not automatically added to the session context.

DX-118335

General Updates

Fixed an issue where queries without AI functions were incorrectly tagged with the AI function attribute on the Jobs page after an earlier query in the same session used an AI function.

DX-118485

General Updates

Fixed an issue where queries in the same session could inherit each other's AI function tag, causing incorrect labels to appear on the Jobs page.

DX-118782

General Updates

Fixed an issue where AI function timeouts were controlled through multiple overlapping settings. These are now consolidated into a single exec.ai.timeout_ms option.

DX-114928

General Updates

Fixed an issue causing unreliable behavior when using Mistral as an OpenAI-compatible model provider.

DX-117716

General Updates

Dremio now includes a native VERSION() SQL function that returns the Dremio version.

DX-50870

General Updates

The ROUND, TRUNCATE, CEIL, FLOOR, and ABS functions now perform faster on DECIMAL columns.

DX-118439

General Updates

CAST(varchar AS BOOLEAN) now performs faster.

DX-118365

General Updates

Hash join and runtime filter operations now have lower garbage collection overhead.

DX-118366

General Updates

CROSS JOIN UNNEST queries now perform faster due to planner optimizations that avoid unnecessary joins.

DX-112527
DX-86030

General Updates

Fixed a misleading error message returned by the ROUND and TRUNCATE functions when the scale argument is a column reference or expression rather than a constant.

DX-106424

General Updates

Fixed an issue where IS [NOT] DISTINCT FROM implicitly cast VARCHAR to date or time types when comparing with DATE, TIME, or TIMESTAMP columns, which could produce incorrect results. An explicit CAST is now required for these comparisons.

DX-93621

General Updates

Fixed an issue where scalar UDF parameters were not correctly resolved when accessed within nested correlated subqueries.

DX-64155

General Updates

Fixed a null pointer exception that occurred when running SHOW FILES without specifying a path.

DX-59944

General Updates

Fixed an inconsistency where subtracting an interval from a DATE value returned a TIMESTAMP instead of a DATE.

DX-55399

General Updates

Fixed an issue where FLATTEN alias columns referenced in JOIN conditions could produce incorrect query results.

DX-63355

General Updates

Fixed an issue where queries with complex join conditions on three or more tables could silently drop an equality predicate, producing incorrect results.

DX-119357

General Updates

Fixed an issue where user-defined functions (UDFs) could be created in locations other than spaces, home spaces, or function-managing sources.

DX-118806

General Updates

Fixed an issue where GROUP BY queries using the native hash table produced output batches smaller than the configured target size, reducing aggregation throughput.

DX-118291

General Updates

Fixed a memory leak during CTAS queries caused by an Arrow-backed buffer not being released when an error occurred during Avro file reader initialization.

DX-118157

General Updates

Fixed a regression in TO_CHAR when formatting a DATE with time tokens or a TIME with date tokens, which previously failed with an UnsupportedTemporalTypeException.

DX-120061

General Updates

Fixed an issue where the hash partition sender used a fixed memory reset threshold, causing excessive buffer resets. The threshold is now adaptive based on observed peak memory usage.

DX-119756

General Updates

Incremental Reflections that use append-only data refreshes now deliver improved query performance.

DX-110040

General Updates

Fixed an issue where a recommended Reflection from Autonomous Reflections could not be built.

DX-117779

General Updates

Fixed an issue where the refresh policy for Live Reflections defaulted to unlimited table validations per sync, which could cause slowdowns in Reflection management. The default is now 10 tables per sync.

DX-117665

General Updates

Fixed an issue where failed Iceberg REST catalog sources displayed a blank panel instead of their actual error state.

DX-118064

General Updates

Fixed an issue where queries on S3-backed Iceberg REST catalog tables failed with an "Unsupported header" error. Requester Pays is no longer enabled by default on Iceberg catalogs backed by S3.

DX-113839

General Updates

Fixed an issue where table maintenance exclusion settings for individual tables were not applied when the Space Plugin was enabled.

DX-119527

General Updates

Fixed an issue where table maintenance jobs were continuously triggered for archived projects.

DX-118412

General Updates

Fixed an issue where reading an Iceberg table written by another query engine to S3-compatible storage could fail with a 403 error.

DX-116637

General Updates

The service user creation dialog now shows a live preview of the full username, including the domain suffix, and limits the name to 64 characters.

DX-119272

General Updates

The Roles page now includes new tab names and updated management flows.

DX-107160

General Updates

Fixed a folder-level privilege issue in the Dremio console for external catalog sources.

DX-112378

General Updates

Fixed an issue where the user ID was not included in the audit log for routing rule changes.

DX-109718

General Updates

Fixed an unclear error message when downloading a result set with duplicate column names.

DX-99444

General Updates

Fixed an issue where SQL Runner tabs had inconsistent widths depending on their content.

DX-84690

General Updates

Fixed an issue where user names in the jobs listing User filter were not displayed on a single line.

DX-92782

General Updates

Fixed an issue where Gandiva filter expression errors displayed raw exception stack traces instead of user-friendly error messages.

DX-112693

General Updates

Fixed an issue where the back button did not restore the most recent search state when returning to the advanced search page.

DX-102364

General Updates

Fixed an issue where queries could intermittently fail with a "source is currently unavailable" error.

DX-118571

General Updates

Fixed an issue where DML and DDL statements did not display the target dataset name on the Jobs page.

DX-118445

May 5, 2026

What's New
General Updates

Semantic Search is now generally available.

DX-119658

Improvements & Fixes
General Updates

Failed tool calls in the AI agent now display a tooltip explaining the cause of the failure.

DX-117897

May 1, 2026

What's New
General Updates

Dremio’s AI agent has a refreshed interface with support for multiple conversations and new Plan and Output panels that make it easy to follow the agent's reasoning and the results of a chat.

DX-111213, DX-109827

General Updates

Visualizations generated by Dremio’s AI agent can be persisted and shared.

DX-112303

General Updates

Support for DML operations (INSERT, UPDATE, DELETE) executed by Dremio’s AI agent.

DX-112703

Improvements & Fixes
General Updates

Users can select their preferred AI model provider directly from within Dremio’s AI agent interface.

DX-113504

General Updates

In the AI agent interface, there is now an indicator below tool calls when the engine is starting.

DX-118174

General Updates

Dremio’s AI agent preserves unsent message drafts when switching between conversations.

DX-11213

General Updates

The AI preference for wiki and label generation is now part of the project-level AI setting (Admin > Project > AI), rather than a per-feature toggle.

DX-115484

General Updates

Fixed 3 important vulnerabilities within Apache Polaris used by Dremio's Open Catalog:

  • CVE-2026-42809: Fixed an issue where an authenticated low-privileged user could abuse Polaris staged table creation to mint broad temporary storage credentials for an attacker-chosen location before Polaris validated that location.

    DX-119851

  • CVE-2026-42810: Fixed an issue where Polaris accepted literal * characters in namespace and table names. When Polaris later built temporary S3 access policies for delegated table access, those characters were reused unescaped in S3 IAM resource patterns and s3:prefix conditions.

    DX-119949

  • CVE-2026-42812: Fixed an issue where there was no protection on write.metadata.path, which could allow unauthorized metadata writes.

    DX-119578

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 Column Default Values (Preview): 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

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