mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-22 07:19:59 +00:00

* Added tests for multithreading SQA interface * Added multithread support for metric computation * Added thread ID to log debuger * Cleaned up tests * Fixed python formatting issues * Added non blocking result processing + threadCount in config file to set numbers of threads * Added frontend input field to set number of threads * Fixed code smell, bug and comments from reviewer