Week of February 15, 2026
February 15, 2026
February 20, 2026 #
Added Databricks Private Link support for both Azure and AWS infrastructure. You can now create private connections to Databricks workspaces using native Private Endpoints on Azure and VPC Interface Endpoints on AWS. See the PrivateLink documentation for setup details.
Added an organization-wide MCP server setting to Settings > AI settings that controls whether users can authorize external AI tools to connect via OAuth. When disabled, new OAuth approval requests are rejected and existing MCP grants are blocked from making tool calls. This setting defaults to enabled.
February 19, 2026 #
Added YAML views and copy buttons to the workbook inspector, making it easy to view and copy query and visualization configuration in the sample query YAML format. You can now toggle between JSON and YAML views in the Query structure and Visualization config sections, and use the Copy query and visualization YAML button in the inspector header to copy both configurations at once in the format needed for topic files in the model IDE.
Added a Funnel visualization type, which you can now use to visualize data flowing through sequential steps. See the visualization documentation for details on configuration and use cases.
Added the ability to select built-in color palettes (such as "Omni Blues", "Omni Threes", and "Omni") as default palettes in the dashboard theme editor, in addition to custom palettes. Learn more about theming in the documentation.
February 18, 2026 #
Added a new
GET /api/v1/uploadsendpoint that allows you to list uploaded CSVs (data input tables). You can filter by upload type, connection, model, or file name, and the endpoint supports cursor-based pagination. See the API documentation for details.Added the ability for Blobby to search the official Omni docs. This new tool is available in the Query Helper, AI Assistant, and Dashboard Assistant.
February 17, 2026 #
Added Australian Dollar (AUD) currency formatting options to the dimension and measure
formatparameter, allowing you to display numbers with theA$symbol in standard, accounting, and financial formats.Added
urlfields to document, query, and folder API responses, giving you direct links to any piece of content in the Omni UI.