Week of August 3, 2025
August 3, 2025
August 7, 2025 #
Added support for drag-and-drop sorting to the field picker. Now you can click and drag individual fields to rearrange them!
Added support for resetting a cache policy in the model IDE via Model > Reset cache policy. If the model has more than one cache policy, hovering over this option will open a submenu containing the policies.
Added support for syncing Snowflake semantic 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 in a Snowflake connection's Settings tab and then trigger a schema refresh.
Updated the response from the List users API to include an
embedEmail
property, which will contain the user's embed email address.
August 5, 2025 #
Added an API for Editing a schedule.
Updated the descriptions for connection properties to make it clearer that input tables (table upload) schemas shouldn't be included in Include schemas.
August 4, 2025 #
Added a new Subtitle field to the chart options, which will display a subtitle beneath the chart's main title. You can also click the ✨ (sparkles) icon to have Omni's AI generate a subtitle for you.
Added a new Type field to the configuration for X and Y axes in Cartesian charts. This allows you to override the default axis type Omni selects.
Added support for the
NETWORKDAYS
calculation. This calculation will return the number of whole working days between the providedstart_date
andend_date
. Note: Unlike the Excel implementation, Omni does not support theholidays
argument.