[DATA QUALITY DASHBOARD] Drill down for Data Quality Dashboard. First Phase.
Vladysl opened this issue · 2 comments
Vladysl commented
RamanDamayeu commented
In the first phase the scope of drill-down includes:
- Add facet filter on the Catalog page for Quality Tests with "Execution Status" that indicates the status of the last run of the data quality test.
- Add facet filter on the Catalog page for Datasets with "Table Heath" that indicates that table doesn't have failed quality tests, has at least one failed quality test, etc.
- Clickable links on the data quality dashboard that would direct to the catalog page with some filters from the data quality dashboard propagated.
- Chart "Table Health"
- 3.1.1 Value for "Total Tables": with filter for tables propagated (filters for tests are ignored).
- 3.1.2 Value for segments: with filter for dataset (tables) are propagated and filter for quality tests are ignored.
- Chart "Test Results Breakdown"
- 3.2.1 Value for "Total Tests": with filter for tests propagated (filters for tables are ignored).
- 3.2.2 Value for segments (Success, Failed, etc.): with filter for tests propagated + last execution status (filters for tables are ignored).
- Chart "Monitored Tables"
- 3.3.1 Value for "Total Tables": with filter for tables propagated (filters for test are ignored).
- 3.3.2 No links for segments.
- 3.4 No links for table view with splits by test categories (e.g., Assertion Tests, Column Values Anomalies, etc.)
- Chart "Table Health"
RamanDamayeu commented
Draft PR: #1672