> For the complete documentation index, see [llms.txt](https://docs.euno.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.euno.ai/support-resources/release-note/march-2026.md).

# March 2026

## Euno Release Notes — March 2026

### New Features

[Omni Analytics Integration](/sources/business-intelligence/omni-integration.md)

[Data Glossary](/using-euno/data-glossary.md) — define and manage business terminology and definitions for your organization

[Personas](/setup-configuration/personas.md) — Personas in Euno define what a user can see and do

[Microsoft Entra ID (AD) SSO](/setup-configuration/linked-accounts/sso-login.md) — authenticate to Euno through your Entra ID

### Integration Improvements

[Sigma](https://docs.euno.ai/sources/business-intelligence/sigma-integration)

* User resources relationships

[Hex](https://docs.euno.ai/sources/analytics-notebooks/hex-technologies)

* Snowflake cell-level SQL lineage (table + column) derived from Hex query events
* User-to-project "used" relationship and user ownership tracking

[Databricks](https://docs.euno.ai/sources/data-warehouses/databricks-integration)

* Read DBU and column-level usage metrics (14d/30d/60d)
* External table observation, streaming CLL, and notebook execution lineage

[Looker](https://docs.euno.ai/sources/business-intelligence/looker-integration)

* Cross-project LookML includes and comma-separated include patterns
* Folder-level include/exclude content filtering

[dbt](https://docs.euno.ai/sources/transformation-etl/dbt-core)

* dbt Source Project integration launched
* Writebacks for more resource types; `dbt docs generate` selector support

[BigQuery](https://docs.euno.ai/sources/data-warehouses/bigquery-integration)

* View read usage now attributed from query-history lineage

### AI Assistant

* Assistant is now **generally available** (no longer beta)
* Dynamic MCP instructions for richer tool context; improved discrepancy-analysis prompting
* [Impact Analysis](https://docs.euno.ai/using-euno/impact-analysis) now covers all columns/tables and surfaces usage data

### UI & Platform

* Omnibox — New unified search experience
* Source integration "last run" displays correctly on homepage
* Lineage graph: CLL now respects `database_mapping_context`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.euno.ai/support-resources/release-note/march-2026.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
