-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Flexible search on soft delete #4405
Flexible search on soft delete #4405
Conversation
Unit Test Results (metadata ingestion) 5 files ± 0 5 suites ±0 48m 16s ⏱️ + 3m 32s Results for commit 8c533de. ± Comparison against base commit d4d1635. This pull request removes 13 tests.
♻️ This comment has been updated with latest results. |
...main/java/com/linkedin/metadata/search/elasticsearch/query/request/SearchRequestHandler.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes requested in the comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* Adds filter logic to correct DB * Fix build * Adds documentation & fixes flag typo * apply review comments * Adds test for filtered search * Adds warning log for redundant parameter combo
This PR is a follow-up to #4358 that makes rollback operations, soft-deletes by default.
In particular, this PR updates the cli's
delete
command with an extra parameter (--include-removed
) that includes soft deleted entities in the search result of the entities to be deleted.Checklist