# Data Quality

The **Data Quality** section of ODD Platform is the home for the catalog's correctness signals — test results pushed in from quality frameworks, the cross-catalog quality dashboard, and the operator-set dataset SLA statuses that downstream BI reports consume.

ODD covers Data Quality fully *as an aggregator*. Quality checks are not performed inside ODD Platform — the platform integrates with leading tools in the field and surfaces their results in one operator-friendly view. See the [Data Governance map](/introduction/main-concepts.md#data-governance-map) for the position of Data Quality among the other governance pillars.

Open it from the top-level navigation **Data Quality** tab (the catalog-wide dashboard) or from any data entity's **Test reports** tab (per-entity test results and SLA status).

## Subsections

* [**Test Results Import**](/features/data-quality/test-results-import.md) — how test results land in the catalog: push-client integrations with [Great Expectations](https://github.com/opendatadiscovery/documentation/blob/main/integrations/push-adapters/odd-great-expectations.md) and [dbt](https://github.com/opendatadiscovery/documentation/blob/main/integrations/push-adapters/odd-dbt.md), statistical profiles via [`odd-collector-profiler`](https://github.com/opendatadiscovery/documentation/blob/main/integrations/collectors/odd-collector-profiler.md), and the `POST /ingestion/entities/datasets/stats` endpoint for custom frameworks.
* [**Quality Dashboard**](/features/data-quality/dashboard.md) — the catalog-wide quality view at `/data-quality` — three breakdown rings (Table Health / Test Results / Monitored Tables), six anomaly-class metrics, and the per-side filter sets (tables vs tests).
* [**Dataset Quality Statuses (SLA)**](/features/data-quality/sla-statuses.md) — Minor / Major / Critical statuses on test results, the dataset-level aggregate SLA colour, and the `/api/datasets/{id}/sla` endpoint for BI-report import.

## Why this is a separate pillar

For how Data Quality relates to the other governance pillars (Data Discovery, Data Modelling, Master Data Management, Data Lineage, Data Glossary), see [Main Concepts → Data Governance map → Pillar differentiation](/introduction/main-concepts.md#pillar-differentiation) — the canonical home for the six-pillar framing. Quality is its own pillar because the correctness signal cuts across every catalogued dataset; this landing consolidates the three ways an operator interacts with it (ingest test results, view the catalog-wide dashboard, curate per-dataset SLA statuses for BI consumption).

## Where to next

* If you are connecting a quality framework into the platform → [Test Results Import](/features/data-quality/test-results-import.md).
* If you are auditing the catalog's overall quality posture → [Quality Dashboard](/features/data-quality/dashboard.md).
* If you are exposing dataset-level quality to BI reports → [Dataset Quality Statuses (SLA)](/features/data-quality/sla-statuses.md).
* For the data-quality-engineer use case end-to-end → [Visibility for Data Quality Engineer](/use-cases/use-cases/dq-visibility.md).
* For DQ-test-failed alerts and where they surface → [Alerting](/features/active-platform-features/alerting.md).
* For the broader catalog vocabulary → [Main Concepts](/introduction/main-concepts.md).


---

# 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.opendatadiscovery.org/features/data-quality.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.
