Week of August 17, 2025
August 17, 2025
August 21, 2025 #
Added a new AI on dashboard document setting that controls whether users can access the dashboard AI in a document. To use in documents, the setting must be enabled at the organization level in Settings > General > Content permissions. The dashboard AI can then be enabled and disabled for individual documents in the document's settings.
Added two new Move to start and Move to end options to the query tab action menu. Click the caret in a query tab to open the menu and view the options.
Fixed a bug in the dbt integration related to pulling in
accepted_values
from dbt. Previously, if anaccepted_values
test contained awhere
condition, the values would be put intoall_values
in Omni. These values will now be placed insample_values
.Rearranged the items in the left panel navigation in the app. The New button is now in the top right corner of the panel and the AI Assistant is slightly higher in the menu.
Note: Embed users will still see the New button to the right of the search bar.
Updated New analysis to Explore throughout the Omni app. This also changed related terminology like New analysis from here to Explore.
August 20, 2025 #
Added a new option to spreadsheet tabs that unlocks the protected sheets in a spreadsheet tab.
Added support for auto-populating a specified number of groups to a new group field. Access this feature by right-clicking on a dimension in the workbook's field browser, then selecting Group. Use the Auto-add menu to open and configure the setting.
Added support for using Mustache syntax in the filenames of SFTP deliveries.
Added support to the AI query helper/chat that allows Blobby to create filtered measures.
August 19, 2025 #
Added support for
to:
andto_columns:
foreign key syntax constraints to the dbt integration.Added support for the SCIM contains (
co
) filter operator to the Users API. This operator can be used for case-insensitive matching onuserName
s or case-sensitive matching forembedEternalId
s.Fixed a bug in spreadsheet tabs that prevented the usage of filters and sorts when interacting with an unlocked sheet on a dashboard in edit mode.
Updated the Tab menu in the workbook to display as Query view when looking at a View tab.
August 18, 2025 #
Added a button in the model IDE that allows you to open and edit a topic in a workbook, similar to how views are handled.
Added a new Offloaded Schemas connection setting which allows you to make schemas available in workbooks and SQL without fully loading them into your schema model. This setting can be used for dbt dev schemas or large info schemas you want to browse without slowing down your model.
Added support for syncing Databricks metric views into Omni. After a successful schema refresh, the views will be visible in the model IDE.
To enable, check the Enable DB semantic layer integration box in a Databricks connection's Settings tab and then trigger a schema refresh.