fix(dq-dashboard): add Certification filter dropdown to Data Quality dashboard#28085
fix(dq-dashboard): add Certification filter dropdown to Data Quality dashboard#28085manerow wants to merge 7 commits into
Conversation
…ated DQ filter keys
🔴 Playwright Results — 2 failure(s), 15 flaky✅ 4074 passed · ❌ 2 failed · 🟡 15 flaky · ⏭️ 86 skipped
Genuine Failures (failed on all attempts)❌
|
Code Review ✅ Approved 1 resolved / 1 findingsAdds a dedicated Certification filter to the Data Quality dashboard and routes tag pages through specific keys to ensure accurate asset coverage. The implementation includes comprehensive Playwright coverage and successfully resolves the certification search filtering issue. ✅ 1 resolved✅ Bug: handleCertificationSearch progressively narrows options
OptionsDisplay: compact → Showing less information. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|
97b047e to
ecc2413
Compare



Fixes open-metadata/openmetadata-collate#4080
What was wrong
Two places on the Data Observability dashboard silently lost certified assets:
/tag/Certification.Gold) reported zero coverage for the same reason — the page told the dashboard to filter bytags, but certification doesn't live in the tags array.What this PR changes
Depends on
Scope
mainand1.13only — on 1.12.x the dashboard component lives in the Collate repo (separate PR: open-metadata/openmetadata-collate#4079).Test plan
Validated against a temp branch combining #28084 + this PR, deployed locally:
yarn playwright:run playwright/e2e/Features/DataQuality/CertificationFilter.spec.ts— 4/4 passing in ~9s.certification.tagLabel.tagFQN).Follow-ups
fix/dq-tier-routing.