-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Dataset quality] Add missing breakdownField
while hydrating the Dataset Quality Details state.
#196798
[Dataset quality] Add missing breakdownField
while hydrating the Dataset Quality Details state.
#196798
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs) |
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.
Why we didn't notice this miss? Would it be too much to cover with test?
💚 Build Succeeded
Metrics [docs]Async chunks
|
Starting backport for target branches: 8.x |
The property is nullable in state that's why we missed it. Ideally it should be covered by tests but an e2e test for this feels too costly. Perhaps we should invest some time in setting up unit testing wrappers for such components. |
…taset Quality Details state. (elastic#196798) Add the missing `breakdownField` while hydrating the context state from public state (e.g. from URL state). (cherry picked from commit f31fa68)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…hydrating the Dataset Quality Details state. (#196798) (#196894) # Backport This will backport the following commits from `main` to `8.x`: - [[Dataset quality] Add missing `breakdownField` while hydrating the Dataset Quality Details state. (#196798)](#196798) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Abdul Wahab Zahid","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-18T14:18:27Z","message":"[Dataset quality] Add missing `breakdownField` while hydrating the Dataset Quality Details state. (#196798)\n\nAdd the missing `breakdownField` while hydrating the context state from public state (e.g. from URL state).","sha":"f31fa68b801938619b86627d2be3f6be6ade8a6c","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-logs"],"title":"[Dataset quality] Add missing `breakdownField` while hydrating the Dataset Quality Details state.","number":196798,"url":"https://github.com/elastic/kibana/pull/196798","mergeCommit":{"message":"[Dataset quality] Add missing `breakdownField` while hydrating the Dataset Quality Details state. (#196798)\n\nAdd the missing `breakdownField` while hydrating the context state from public state (e.g. from URL state).","sha":"f31fa68b801938619b86627d2be3f6be6ade8a6c"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196798","number":196798,"mergeCommit":{"message":"[Dataset quality] Add missing `breakdownField` while hydrating the Dataset Quality Details state. (#196798)\n\nAdd the missing `breakdownField` while hydrating the context state from public state (e.g. from URL state).","sha":"f31fa68b801938619b86627d2be3f6be6ade8a6c"}}]}] BACKPORT--> Co-authored-by: Abdul Wahab Zahid <[email protected]>
Fixes #196775.
Summary
The PR simply adds the missing
breakdownField
while hydrating the context state from public state (e.g. from URL state).