-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
[Transform] add support for script in group_by #53167
[Transform] add support for script in group_by #53167
Conversation
Pinging @elastic/ml-core (:ml/Transform) |
c261c85
to
cc7db8b
Compare
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.
I am guessing #53135 was discovered while developing this.
I think we should hold off on merging this until the composite agg issue is fixed yes?
...plugin/transform/src/main/java/org/elasticsearch/xpack/transform/transforms/pivot/Pivot.java
Outdated
Show resolved
Hide resolved
I do not think #53135 is a blocker for this PR, because it only affects a special case namely using It would of course be great to fix #53135 before |
@hendrikmuhs I misunderstood the issue then. I did not know it was only for the |
add the possibility to base the group_by on the output of a script. closes elastic#43152
add the possibility to base the group_by on the output of a script.
closes #43152
Example usecase:
outputs