open-metadata / OpenMetadata

OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
https://open-metadata.org
Apache License 2.0
5.39k stars 1.02k forks source link

Add Pagination to Data Quality Tab on Entity pages #15336

Closed TeddyCr closed 7 months ago

TeddyCr commented 7 months ago

on pages such as /table/<fqn>/profiler?activeTab=Data%20Quality we send a request with limit=100000 we should add pagination.

e.g. of request /dataQuality/testCases?fields=testCaseResult%2C%20testDefinition%2C%20incidentId&entityLink=%3C%23E%3A%3Atable%3A%3ABigqueryProd.modified-leaf-330420.demo_dbt_jaffle.customers%3E&includeAllTests=true&limit=100000 (edited)

ShaileshParmar11 commented 7 months ago

As discussed with @TeddyCr, We will need backend support for filter data based on test case result status (pass/failed/aborted)

ShaileshParmar11 commented 7 months ago

To fix the issue we will need 2 filter support from the backend:

image image

TeddyCr commented 7 months ago

@ShaileshParmar11 backend PR can be found here.