feat(ui): Data Quality dashboard data product filter#27129
feat(ui): Data Quality dashboard data product filter#27129ShaileshParmar11 merged 6 commits intomainfrom
Conversation
Fixes #27124 Made-with: Cursor
|
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
🟡 Playwright Results — all passed (21 flaky)✅ 3597 passed · ❌ 0 failed · 🟡 21 flaky · ⏭️ 207 skipped
🟡 21 flaky test(s) (passed on retry)
How to debug locally# Download playwright-test-results-<shard> artifact and unzip
npx playwright show-trace path/to/trace.zip # view trace |
3e99cf9 to
4cd887e
Compare
Code Review ✅ Approved 2 resolved / 2 findingsAdds data product filter and incident status chip to the Data Quality dashboard UI. Resolved Playwright test cleanup issues and domain object lifecycle ordering, with no remaining concerns. ✅ 2 resolved✅ Bug: Playwright test cleanup (afterAll) entirely removed
✅ Bug: dataProduct deleted after its parent domain — cleanup may fail
OptionsDisplay: compact → Showing less information. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|
…tus chip (open-metadata#27129) * fix: add data product filter to Data Quality dashboard Fixes open-metadata#27124 Made-with: Cursor * address comments * minor fix * fix lint * address gitar-bot comments
…tus chip (open-metadata#27129) * fix: add data product filter to Data Quality dashboard Fixes open-metadata#27124 Made-with: Cursor * address comments * minor fix * fix lint * address gitar-bot comments



Summary
InlineTestCaseIncidentStatusto use@openmetadata/ui-core-componentsfor layout and actions, uses a MUIChip(filled, medium) for the status control so it matches the design system and anchors dropdowns/popovers correctly, and updates unit tests/mocks.Test plan
yarn test InlineTestCaseIncidentStatus.test.tsxyarn lint(or relevant UI lint) for touched filesFixes #27124