-
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] Data frames: Updated progress reporting. #39920
[ML] Data frames: Updated progress reporting. #39920
Conversation
Pinging @elastic/ml-ui |
x-pack/legacy/plugins/ml/public/data_frame/components/job_create/job_create_form.tsx
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.
Tested (including IE11) and LGTM.
Would be nice if the timestamps in the expanded row of the transforms list could be converted to human readable formatted date / times, bont one for a follow-up I guess.
Created #40000 for the timestamp formatting 😛 |
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
- Adds a column mode to the data frame transforms list to indicate if the transform is batch or continuous. - For continuous data frames an animated horizontal loading indicator is shown in the Progress column instead of a progress bar with percentage. - In expanded rows, for Job details the section checkpointing was added. - In the transform wizard's creation step, for continuous transforms the progress bar is not shown. In a follow up we could add more useful stats there, like what's shown in the transform list's job details.
- Adds a column mode to the data frame transforms list to indicate if the transform is batch or continuous. - For continuous data frames an animated horizontal loading indicator is shown in the Progress column instead of a progress bar with percentage. - In expanded rows, for Job details the section checkpointing was added. - In the transform wizard's creation step, for continuous transforms the progress bar is not shown. In a follow up we could add more useful stats there, like what's shown in the transform list's job details.
Summary
mode
to the data frame transforms list to indicate if the transform isbatch
orcontinuous
.continuous
data frames an animated horizontal loading indicator is shown in theProgress
column instead of a progress bar with percentage.Job details
the sectioncheckpointing
was added.continuous
transforms the progress bar is not shown. In a follow up we could add more useful stats there, like what's shown in the transform list's job details.Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.