-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[ML-DataFrame] Add _preview endpoint #38924
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
Conversation
|
Pinging @elastic/ml-core |
...-tests/src/test/java/org/elasticsearch/xpack/dataframe/integration/DataFramePivotRestIT.java
Outdated
Show resolved
Hide resolved
|
I will have a closer look on monday, due to #38934 I suggest to put this on hold for now. Good work, I like to see it in action. |
|
This is blocked by #38934. will have to merge into master once that is done. |
d9d69ba to
d63cd99
Compare
hendrikmuhs
left a comment
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.
added some questions/comments
...-tests/src/test/java/org/elasticsearch/xpack/dataframe/integration/DataFramePivotRestIT.java
Outdated
Show resolved
Hide resolved
...-tests/src/test/java/org/elasticsearch/xpack/dataframe/integration/DataFramePivotRestIT.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/elasticsearch/xpack/dataframe/action/PreviewDataFrameTransformAction.java
Outdated
Show resolved
Hide resolved
hendrikmuhs
left a comment
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, I suggest a small simplification
.../src/main/java/org/elasticsearch/xpack/dataframe/action/PreviewDataFrameTransformAction.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/elasticsearch/xpack/dataframe/action/PreviewDataFrameTransformAction.java
Show resolved
Hide resolved
|
still LGTM |
* [DATA-FRAME] add preview endpoint * adjusting preview tests and fixing parser * adjusing preview transport * remove unused import * adjusting test * Addressing PR comments * Fixing failing test and adjusting for pr comments * fixing integration test
* [DATA-FRAME] add preview endpoint * adjusting preview tests and fixing parser * adjusing preview transport * remove unused import * adjusting test * Addressing PR comments * Fixing failing test and adjusting for pr comments * fixing integration test
* [DATA-FRAME] add preview endpoint * adjusting preview tests and fixing parser * adjusing preview transport * remove unused import * adjusting test * Addressing PR comments * Fixing failing test and adjusting for pr comments * fixing integration test
* [DATA-FRAME] add preview endpoint * adjusting preview tests and fixing parser * adjusing preview transport * remove unused import * adjusting test * Addressing PR comments * Fixing failing test and adjusting for pr comments * fixing integration test
This adds a
_data_frame/transforms/_previewendpoint that accepts a config definition and returns what the doc source's will be when it is ran.