mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-24 08:58:06 +00:00

* added column dashboard page and route * added redirection from table to profiler dashboard * fetch the requierd information from api * added loader and error placeholder * added profiler dashboard component * added table summery in column profiler page * added tab section * added range dropdown and add test button * added chart for column level dashboard * added formatting for chart and data * extracted profiler tab as componene * added table level profiler card * added indicator for test summery * added description summary card * added latest profiler filter card * removed bottom border and added padding-x for table cell * show laast 7 days opption * added content on tab switch for profiler and data quality * remove loading state and updated summary spelling * removed latest option from profiler dropdown and relavent code * added more metrics in the graph and made default dropdown option as last 3 days * change style of Legend component * fixed failing test * restrict float number to show only 2 decimal * addressing comments * fixed failing unit test