> 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/may-2026.md).

# May 2026

### Euno Release Notes — May 2026 <a href="#toc_1" id="toc_1"></a>

#### New Features <a href="#toc_2" id="toc_2"></a>

[Airflow Integration](/sources/transformation-etl/airflow-integration.md) — observe DAGs, tasks, task dependencies, execution metrics, and SQL output lineage

[Custom Integration](/sources/custom-integrations.md) — build your own integration with container relationships, upstream fields, and a productized configuration flow

[Elementary Cloud Integration](/sources/data-observability/elementary-integration.md) — dbt test observability with incident support for models and sources

[Monte Carlo Integration](/sources/data-observability/monte-carlo.md) — surfaces active data quality alerts directly on impacted tables, mapped dbt models, and column resources

New sources selection page — redesigned source setup experience

#### Integration Improvements <a href="#toc_3" id="toc_3"></a>

[Sigma](/sources/business-intelligence/sigma-integration.md)

* Snowflake qualify and internal-query lineage improvements
* Physical columns appended for internal statement deps in workbook element CLL

[Power BI](/sources/business-intelligence/powerbi-integration.md)

* Dataflow-to-dataflow lineage

[Looker](/sources/business-intelligence/looker-integration.md)

* Unified folder inclusion/exclusion configuration
* LookML Code view enhancements

[Snowflake](/sources/data-warehouses/snowflake-integration.md)

* Column-level read usage
* Sensitivity Classification — observe Snowflake sensitivity classification and masking policies
* Semantic view description indexing

[Monte Carlo](/sources/data-observability/monte-carlo.md)

* Propagate table/column alerts to dbt models/column targets
* Observability tab on resource sidepane

#### AI Assistant <a href="#toc_4" id="toc_4"></a>

* Improved glossary term handling in topic search

#### UI & Platform <a href="#toc_5" id="toc_5"></a>

* Omnibox history improvements

Various bug fixes and performance improvements across integrations.


---

# 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/may-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.
