mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-20 20:12:52 +00:00
* fix(elasticsearch.py) - add None value filter Sometimes elasticsearch returns lists with None values in it. To fix this issue we need to filter them out first, befor returning most relevant to the endpoint. * fix tests --------- Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com> Co-authored-by: ulixius9 <mayursingal9@gmail.com>