-
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] Improve processing of groups in data recognizer wizard #49310
[ML] Improve processing of groups in data recognizer wizard #49310
Conversation
Pinging @elastic/ml-ui (:ml) |
💚 Build Succeeded
|
💚 Build Succeeded
|
x-pack/legacy/plugins/ml/public/jobs/new_job_new/recognize/components/edit_job.tsx
Outdated
Show resolved
Hide resolved
x-pack/legacy/plugins/ml/public/jobs/new_job_new/recognize/components/edit_job.tsx
Show resolved
Hide resolved
a8f31c6
to
75c3eb3
Compare
💚 Build Succeeded
|
💚 Build Succeeded
|
x-pack/legacy/plugins/ml/server/models/data_recognizer/data_recognizer.js
Outdated
Show resolved
Hide resolved
💚 Build Succeeded
|
x-pack/legacy/plugins/ml/server/models/data_recognizer/data_recognizer.js
Show resolved
Hide resolved
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.
Looks good overall, just added some questions.
x-pack/legacy/plugins/ml/public/jobs/new_job_new/recognize/components/edit_job.tsx
Outdated
Show resolved
Hide resolved
x-pack/legacy/plugins/ml/public/jobs/new_job_new/recognize/page.tsx
Outdated
Show resolved
Hide resolved
x-pack/legacy/plugins/ml/public/jobs/new_job_new/recognize/page.tsx
Outdated
Show resolved
Hide resolved
💚 Build Succeeded
|
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.
Latest change LGTM.
x-pack/legacy/plugins/ml/server/models/data_recognizer/data_recognizer.js
Outdated
Show resolved
Hide resolved
💚 Build Succeeded
|
💚 Build Succeeded
|
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 ⚡️
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
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 latest changes and LGTM
661d8af
to
447ab55
Compare
💚 Build Succeeded |
…49310) * [ML] add support for job overrides * [ML] disable Save button for invalid form, add translation * [ML] add a tooltip for edit button * [ML] fix IE flex layout issue * [ML] conditionally set jobOverrides to the request payload * [ML] remove hideCloseButton * [ML] fix applyJobConfigOverrides * [ML] processArrayValues * [ML] check deeper arrays * [ML] PR remarks * [ML] check for an empty value
…49839) * [ML] add support for job overrides * [ML] disable Save button for invalid form, add translation * [ML] add a tooltip for edit button * [ML] fix IE flex layout issue * [ML] conditionally set jobOverrides to the request payload * [ML] remove hideCloseButton * [ML] fix applyJobConfigOverrides * [ML] processArrayValues * [ML] check deeper arrays * [ML] PR remarks * [ML] check for an empty value
Summary
Resolves #48515. Added support for job overrides in recognizer module setup.
Checklist
Documentation was added for features that require explanation or tutorials