# Data Observability

Connect data observability platforms to Euno to surface data quality incidents and monitor coverage directly on the resources they impact — tables, dbt models, columns, and the originating monitors themselves.

### Available Integrations

* [**Monte Carlo**](/sources/data-observability/monte-carlo.md) - Data observability and incident management.
* [**Elementary**](/sources/data-observability/elementary-integration.md) - dbt-native data quality incident monitoring.

### What You'll Get

When you connect a data observability platform, Euno can:

* **Active Incidents** - Surface open data-quality incidents on impacted warehouse and dbt resources.
* **Resource-level Indicators** - Boolean and count properties (e.g., `has_active_incident`, `active_incidents_count`) for fast filtering and search.

### Getting Started

1. Choose an integration from the list above.
2. Follow the setup guide for your platform.
3. Configure API credentials and schedule the integration.
4. Run your first sync to attach incidents to existing warehouse and dbt resources.

***

### Next Steps

* [View All Integrations](/sources.md)
* [Data Warehouses](/sources/data-warehouses.md) - Connect your data warehouses first so observability platforms can attach incidents to existing tables and columns.
* [Transformation & ETL](/sources/transformation-etl.md) - Connect dbt so observability platforms can attach incidents to dbt models.


---

# 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/sources/data-observability.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.
