-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MINOR - fix(elasticsearch): add None value filter #18711
base: main
Are you sure you want to change the base?
Conversation
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.
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
None values can be first in the list, that's why we can filter them out before future processing |
@AstEfTech you have a few tests failures, once you fix those happy to merge it 😊 |
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:
Fixes <issue-number>: <short explanation>