-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[ML] Data frame analytics: Fixes wizard for data view with runtime fields #242557
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 frame analytics: Fixes wizard for data view with runtime fields #242557
Conversation
|
Pinging @elastic/ml-ui (:ml) |
peteharverson
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.
Tested with data views with runtime fields and LGTM
alvarezmelissa87
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 ⚡
💚 Build Succeeded
Metrics [docs]Async chunks
History
|
|
Starting backport for target branches: 9.2 https://github.com/elastic/kibana/actions/runs/19291316842 |
…elds (elastic#242557) Fixes elastic#242481 If a data view contains a runtime field, it will be added twice. This has become a problem after a recent Data Grid [change](elastic/eui#9030). (cherry picked from commit 3f68ad6)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…ime fields (#242557) (#242634) # Backport This will backport the following commits from `main` to `9.2`: - [[ML] Data frame analytics: Fixes wizard for data view with runtime fields (#242557)](#242557) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"James Gowdy","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-11-12T08:37:49Z","message":"[ML] Data frame analytics: Fixes wizard for data view with runtime fields (#242557)\n\nFixes https://github.com/elastic/kibana/issues/242481\n\nIf a data view contains a runtime field, it will be added twice. This\nhas become a problem after a recent Data Grid\n[change](https://github.com/elastic/eui/pull/9030).","sha":"3f68ad6d92d30a120932eb4ae466c3f9de442f9e","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix",":ml","Feature:Data Frame Analytics","backport:version","v9.3.0","v9.2.2"],"title":"[ML] Data frame analytics: Fixes wizard for data view with runtime fields","number":242557,"url":"https://github.com/elastic/kibana/pull/242557","mergeCommit":{"message":"[ML] Data frame analytics: Fixes wizard for data view with runtime fields (#242557)\n\nFixes https://github.com/elastic/kibana/issues/242481\n\nIf a data view contains a runtime field, it will be added twice. This\nhas become a problem after a recent Data Grid\n[change](https://github.com/elastic/eui/pull/9030).","sha":"3f68ad6d92d30a120932eb4ae466c3f9de442f9e"}},"sourceBranch":"main","suggestedTargetBranches":["9.2"],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/242557","number":242557,"mergeCommit":{"message":"[ML] Data frame analytics: Fixes wizard for data view with runtime fields (#242557)\n\nFixes https://github.com/elastic/kibana/issues/242481\n\nIf a data view contains a runtime field, it will be added twice. This\nhas become a problem after a recent Data Grid\n[change](https://github.com/elastic/eui/pull/9030).","sha":"3f68ad6d92d30a120932eb4ae466c3f9de442f9e"}},{"branch":"9.2","label":"v9.2.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: James Gowdy <[email protected]>
…elds (elastic#242557) Fixes elastic#242481 If a data view contains a runtime field, it will be added twice. This has become a problem after a recent Data Grid [change](elastic/eui#9030).
Fixes #242481
If a data view contains a runtime field, it will be added twice. This has become a problem after a recent Data Grid change.