Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

32 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

---
title: Data Quality Tab
slug: /how-to-guides/data-quality-observability/quality/tab
---
# Data Quality Tab
The Profiler & Data Quality tab is displayed only for Tables. It has three sub-tabs for **Table Profile, Column Profile, and Data Quality**.
Data quality tests can be run on the sample data. We can add tests at the table and column level. The Data Quality tab displays the total number of tests that were run, and also the number of tests that were successful, aborted, or failed. The list of test cases displays the details of the table or column on which the test was run.
{% image
src="/images/v1.7/how-to-guides/quality/dq1.png"
alt="Profiler & Data Quality"
caption="Profiler & Data Quality"
/%}
You can click on a Test Case to view further details. You can use a time filter on these reports. You can also edit these tests by clicking on the pencil icon next to each test.
{% image
src="/images/v1.7/how-to-guides/quality/dq2.png"
alt="Details of a Test Case"
caption="Details of a Test Case"
/%}
{%inlineCallout
color="violet-70"
bold="How to Write and Deploy No-Code Test Cases from the UI"
icon="MdArrowForward"
href="/how-to-guides/data-quality-observability/quality/test"%}
Verify your data quality with table and column level tests.
{%/inlineCallout%}