-
Notifications
You must be signed in to change notification settings - Fork 8.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
[ML] Transforms: Support for missing_bucket in transform advanced pivot editor #85758
[ML] Transforms: Support for missing_bucket in transform advanced pivot editor #85758
Conversation
Pinging @elastic/ml-ui (:ml) |
💚 Build SucceededMetrics [docs]Async chunks
Distributable file count
History
To update your PR or re-run it, just comment with: |
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.
code LGTM
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.
Tested and confirmed missing_bucket
added in the JSON editor is present in the saved pivot
config.
Can #83266 be closed, or are there potentially any other parameters which could be added to the pivot
config which we don't currently support in the JSON editor?
I changed the PR description to not auto-close the issue so we can get this in and then follow up. |
…ot editor (elastic#85758) Adds support for missing_bucket with group-by configurations in the advanced editor for pivot configurations. Previously, the editor would allow you to add the setting, but it would be stripped from the config once the transform gets created.
Summary
Part of #83266.
Adds support for
missing_bucket
with group-by configurations in the advanced editor for pivot configurations.Previously, the editor would allow you to add the setting, but it would be stripped from the config once the transform gets created.
Checklist
For maintainers