-
Notifications
You must be signed in to change notification settings - Fork 28
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
New elasticsearch command to update/rewrite data #310
Conversation
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.
just some minor observations
Addressed your comments, thanks for them! Also added some better error handling/reporting in case bucket updates contain failures. |
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
What this PR does / why we need it:
Adds a new command
elasticsearch
to update es data.For now has only one subcommand
precompute
, which allows to rerun the computation of the precompute fields (stored in the teststep es documents in.pre
) and update the data in elasticsearch.Useful for modifying or introducing new pre fields and updating all existing data.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: