# February 2026

## Euno Release Notes — February 2026

### New Features

[Domains](/setup-configuration/domains.md) — logically group resources in your data model based on EQL rules

[Google Workspace Integration](/sources/identity-and-organization/google-workspace-integration.md) — integrates with Google Workspace to observe users and groups from your identity and access management system

[Assistant Thinking Mode ](/ai-assistant.md)— Visible reasoning steps in the AI Assistant, with UI and detail improvements

***

### Integration Improvements

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

* Tableau LUID now exposed in sidepane for easier cross-referencing
* Hidden resources now identified

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

* LookML view `extends` field inheritance support

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

* Column observation exclude patterns
* Consolidated zero-usage column observations

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

* Column names now normalized (capitalized), including external refs in Tableau

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

* Schema file path fix for monorepo packages in dbt descriptions

### AI Assistant

* Resources can now be attached to assistant chat
* [Impact Analysis](https://docs.euno.ai/using-euno/impact-analysis) supports unlimited hops
* [EQL](https://docs.euno.ai/using-euno/euno-query-language-eql): case-insensitive support via `i`-prefix literals and mixed `IN`; new `r` prefix for string literals

### UI & Platform

* [Active tags](https://docs.euno.ai/using-euno/metadata-activation/metadata-tags): default values for fixed tags; coalesce metadata tag support


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
