-
Notifications
You must be signed in to change notification settings - Fork 0
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
migrate processors from common assets #931
Conversation
jsnoble
commented
Oct 24, 2024
•
edited
Loading
edited
- date_guard
- count_unique
- copy_metadata_field
- filter
- filter_by_required_fields
- filter_by_unknown_fields
- sample_exact
- sample_random
- json_parse
- remove_empty_fields
- set_field_conditional
Here are some suggestions for renaming Edit: I think we should not include the |
Then we can implement We would add an index to each record, shuffle the records, slice the result up to the percentage, then return that set, sorted by the indices. The difference between Edit: renamed |
Maybe:
|
@jsnoble I talked with Kimbro about the naming of the We can file an issue to implement |
You didn't add anything in the |
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