2024-03-11 10:42:26 +01:00
---
2025-06-26 16:13:03 +05:30
title: Data Quality | OpenMetadata Quality Management Guide
2024-06-18 20:17:41 +05:30
slug: /how-to-guides/data-quality-observability/quality
2024-03-11 10:42:26 +01:00
---
2024-06-18 20:17:41 +05:30
# Overview of Data Quality
2024-03-11 10:42:26 +01:00
With OpenMetadata, you can build trust in your data by creating tests to monitor that the data is complete, fresh, and accurate. OpenMetadata supports data quality tests for all of the supported database connectors. Users can run tests at the table and column levels to verify their data for business as well as technical use cases.
OpenMetadata provides Data Quality workflows, which helps with:
- **Native tests** for all database connectors to run assertions.
- **Alerting system** to send notifications on test failure.
- **Health dashboard** to track realtime test failure and to prioritize efforts.
- **Resolution workflow** to inform the data consumer on test resolutions.
The data quality in OpenMetadata is also **extensible** to adapt to your needs.
{% image
2024-12-13 15:33:35 +05:30
src="/images/v1.7/how-to-guides/quality/quality1.png"
2024-03-11 10:42:26 +01:00
alt="Profiler & Data Quality"
caption="Profiler & Data Quality"
/%}
Watch the video to understand OpenMetadata’ s native Data Profiler and Data Quality tests.
2025-01-21 21:44:25 +05:30
{% youtube videoId="gLdTOF81YpI" start="0:00" end="1:08:10" width="800px" height="450px" /%}
2024-03-11 10:42:26 +01:00
Watch the video on Data Quality Simplified to effortlessly build, deploy, monitor, and configure alerts using OpenMetadata's no-code platform
2025-01-21 21:44:25 +05:30
{% youtube videoId="ihwtuNHt1kI" start="0:00" end="29:08" width="800px" height="450px" /%}
2024-03-11 10:42:26 +01:00
2024-06-18 20:17:41 +05:30
Here's the latest on OpenMetadata's data quality.
2025-01-21 21:44:25 +05:30
{% youtube videoId="UbNOje0kf6E" start="0:00" end="54:52" width="800px" height="450px" /%}
2024-06-18 20:17:41 +05:30
2024-03-11 10:42:26 +01:00
{%inlineCalloutContainer%}
{%inlineCallout
color="violet-70"
2024-06-18 20:17:41 +05:30
bold="Data Quality Tab"
2024-03-11 10:42:26 +01:00
icon="MdSecurity"
2024-06-18 20:17:41 +05:30
href="/how-to-guides/data-quality-observability/quality/tab"%}
Get a complete picture of the Data Quality details.
2024-03-11 10:42:26 +01:00
{%/inlineCallout%}
{%inlineCallout
color="violet-70"
2024-06-18 20:17:41 +05:30
bold="Write and Deploy No-Code Test Cases from the UI"
2024-03-11 10:42:26 +01:00
icon="MdSecurity"
2024-06-18 20:17:41 +05:30
href="/how-to-guides/data-quality-observability/quality/test"%}
2024-03-11 10:42:26 +01:00
Verify your data quality with table and column level tests.
{%/inlineCallout%}
{%inlineCallout
2024-06-18 20:17:41 +05:30
icon="MdGppGood"
bold="Configure Data Quality"
href="/how-to-guides/data-quality-observability/quality/configure"%}
Configure and run data quality pipelines with the built-in tests in OpenMetadata.
{%/inlineCallout%}
{%inlineCallout
icon="MdAssignmentTurnedIn"
bold="Tests - YAML Config"
href="/how-to-guides/data-quality-observability/quality/tests-yaml"%}
Learn how to configure data quality tests in the YAML config file.
{%/inlineCallout%}
{%inlineCallout
icon="MdOutlineDashboardCustomize"
bold="Custom Tests"
href="/how-to-guides/data-quality-observability/quality/custom-tests"%}
Write your own data quality tests and test suites.
2024-03-11 10:42:26 +01:00
{%/inlineCallout%}
{%/inlineCalloutContainer%}