-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix #7729 Number of passed/failed rows should be captured #14568
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few comments, thanks
openmetadata-ui/src/main/resources/ui/src/components/AddDataQualityTest/EditTestCaseModal.tsx
Show resolved
Hide resolved
openmetadata-ui/src/main/resources/ui/src/components/AddDataQualityTest/EditTestCaseModal.tsx
Outdated
Show resolved
Hide resolved
...adata-ui/src/main/resources/ui/src/components/AddDataQualityTest/components/TestCaseForm.tsx
Show resolved
Hide resolved
...-ui/src/main/resources/ui/src/components/Persona/AddEditPersona/AddEditPersona.component.tsx
Show resolved
Hide resolved
...metadata-ui/src/main/resources/ui/src/components/ProfilerDashboard/component/TestSummary.tsx
Outdated
Show resolved
Hide resolved
...sources/ui/src/components/ProfilerDashboard/component/TestSummaryCustomTooltip.component.tsx
Outdated
Show resolved
Hide resolved
|
<ul data-testid="test-summary-tool-tip-container"> | ||
{data.map(([key, value]) => ( | ||
<li | ||
className="d-flex items-center justify-between gap-6 p-b-xss text-sm" | ||
key={`item-${key}`}> | ||
<span className="flex items-center text-grey-muted"> | ||
{startCase(key)} | ||
</span> | ||
<span className="font-medium" data-testid={key}> | ||
{value} | ||
</span> | ||
</li> | ||
))} | ||
</ul> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use AntD list here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will check for that
Describe your changes:
Fixes #7729
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>