mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 09:50:01 +00:00

* add initial setup and added profiler tab * added unit test for tableprofiler component * added more coverage for table profiler component * added get and put request and functionality for profiler setting * added unit test for new components * miner fix * added data-testid for profiler settings component * changed input box to slider for profile sample * updated setting model design * replaced select with treeSelect * added unit test for setting modal * fixing flaky cypress related to resizeObserver loop limit * fixed failed unit test and added selected sample profiler text * addressing comments