Week of June 22, 2025
June 22, 2025
June 27, 2025 #
Added a
privateKey
parameter for Snowflake connections to the Connection APIs. This allows you to provide Snowflake private keys for keypair auth using the API.Added support for Entra (Active Directory) authentication to the MSSQL database connector.
Added support for expanding table tiles to show all rows (up to 1,000) in deliveries and downloads. Note that there are some limitations, which are necessary to create consistent layouts:
In paginated deliveries, filters and controls won't be shown
Tile titles will be truncated
Font size overrides and text wrapping in cells will be disabled
If using PDF as the delivery/download format, single column will be unavailable
Updated the table migration tool (Model IDE > Model > Migrate tables) to now display views that have been modified in the extension model. For example, views that have been deleted or had their name changed.
June 26, 2025 #
Added a new Small multiples section to chart configuration, which allows you to create multiple charts from a single dataset in an Omni query.
For example, you want to analyze total orders over time by order status and US state. Using small multiples, you can facet the data by status to create a mini chart for each status.
Updated Blobby to generate a query and then have the option to summarize that query.
Updated the full page AI chat (AI Assistant) feature to be enabled by default for new Omni organizations. This feature can be enabled or disabled using the Chat setting in Settings > AI.
June 24, 2025 #
Added an MCP Server to Omni's AI tooling suite. This allows you bring Omni's AI into tools like Claude Desktop, Cursor, and VSCode and use natural language to create and run queries - just like you would inside the Omni app.
Added a new
ignore_from_extended
parameter to dimensions which enables fine-grained control over field omission in explicit extensions. When set, fields withignored: true
are hidden only during explicit extension, but still appear in combined mode (e.g., in YAML and git), helping prevent confusion from unexpected field disappearance.
June 23, 2025 #
Added a model-level ai_context
parameter, which enables adding context for AI in model files. This can be useful for providing context to Blobby for topic selection and sharing context across topics.