open-metadata / OpenMetadata

OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
https://open-metadata.org
Apache License 2.0
5.59k stars 1.05k forks source link

MINOR - fix(elasticsearch): add None value filter #18711

Open AstEfTech opened 1 day ago

AstEfTech commented 1 day ago

Describe your changes:

Added None values filter to elasticsearch returned results

Fixes None

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.

#

Type of change:

#

Checklist:

github-actions[bot] commented 1 day ago

Hi there 👋 Thanks for your contribution!

The OpenMetadata team will review the PR shortly! Once it has been labeled as safe to test, the CI workflows will start executing and we'll be able to make sure everything is working as expected.

Let us know if you need any help!

github-actions[bot] commented 1 day ago

Hi there 👋 Thanks for your contribution!

The OpenMetadata team will review the PR shortly! Once it has been labeled as safe to test, the CI workflows will start executing and we'll be able to make sure everything is working as expected.

Let us know if you need any help!

AstEfTech commented 1 day ago

None values can be first in the list, that's why we can filter them out before future processing