mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-07 16:48:02 +00:00

* Revamp: left panle of data quality tab under entity detail page * Enhance Data Quality UI: Add support for table type in TestCaseForm, improve filtering options in TestCases component, and update error handling in TestSuites component. Introduce new documentation links and update translations for entity pipeline information across multiple languages. * Refactor Data Quality UI: Integrate getPopupContainer utility across various components for improved dropdown handling, enhance styling for select elements, and update form layouts. Additionally, refine the SummaryPanel and TestSuiteDetailsPage for better user experience. * fixed unit test for the PR * fixed playwright * fix testSuite aut test * Refactor DataQuality tests and components to integrate CodeEditor and enhance ParameterForm functionality - Updated ParameterForm to use CodeEditor instead of SchemaEditor for SQL expressions. - Added a renderWithForm utility for consistent form rendering in tests. - Enhanced test cases for ParameterForm to ensure proper rendering and functionality. - Introduced custom query functionality in TestCaseFormV1 with corresponding tests. - Added translations for "custom-query" in multiple languages. - Created CodeEditor component with tests for improved code editing experience. * Update translations for "add-a-entity" and "entity-pipeline-information" in multiple languages to improve clarity and consistency across the UI.