-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Streams] Add data quality badge to Streams table #234946
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
[Streams] Add data quality badge to Streams table #234946
Conversation
|
Pinging @elastic/kibana-management (Team:Kibana Management) |
|
/oblt-deploy |
x-pack/platform/plugins/shared/streams_app/public/components/stream_list_view/tree_table.tsx
Outdated
Show resolved
Hide resolved
...atform/plugins/shared/streams_app/public/components/stream_list_view/data_quality_column.tsx
Outdated
Show resolved
Hide resolved
...latform/plugins/shared/streams_app/public/components/stream_list_view/data_quality_badge.tsx
Outdated
Show resolved
Hide resolved
…Stoeva/kibana into streams/data-quality-badge
This reverts commit 4d6ef15.
@yngrdyn any opinion on this? We should probably keep in sync with the data set quality page |
yes, we should include now in the count the |
...atform/plugins/shared/streams_app/public/components/stream_list_view/data_quality_column.tsx
Outdated
Show resolved
Hide resolved
x-pack/platform/plugins/shared/streams/server/routes/internal/streams/crud/route.ts
Outdated
Show resolved
Hide resolved
|
One thing we don't need to resolve in this PR (could you please create a follow up issue @ElenaStoeva?) Screen.Recording.2025-09-17.at.11.07.12.mov |
…tream_list_view/data_quality_column.tsx Co-authored-by: Yngrid Coello <[email protected]>
…tream_list_view/data_quality_column.tsx Co-authored-by: Yngrid Coello <[email protected]>
…reams_histogram_fetch.ts Co-authored-by: Yngrid Coello <[email protected]>
…tream_list_view/data_quality_column.tsx Co-authored-by: Yngrid Coello <[email protected]>
4222e30 to
54d2770
Compare
|
Should we add some tests to this? e.g. making sure we are getting the correct total number of documents or the correct quality |
|
@yngrdyn how would you suggest to test the total doc count? We are using the existing logic for calculating this number in the Documents column - is this tested somewhere? |
We are including now the documents in |
|
In order to not block this, as discussed offline, please create an issue to create some tests for the streams list related to documents including the ones inside |
|
Created #235387 to track the work around improving test coverage for the recently added/changed features |
yngrdyn
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 Failed
Failed CI StepsMetrics [docs]
History
cc @ElenaStoeva |
Closes elastic#233966 ## Summary This PR adds a Data quality column to the Streams table. <img width="1167" height="666" alt="Screenshot 2025-09-12 at 17 06 26" src="https://github.com/user-attachments/assets/5d1102ce-0b5d-41fa-ba6d-7ba8eae1ab1e" /> --------- Co-authored-by: kibanamachine <[email protected]> Co-authored-by: Joe Reuter <[email protected]> Co-authored-by: Yngrid Coello <[email protected]>
Closes #233966 ## Summary This PR adds a Data quality column to the Streams table. <img width="1167" height="666" alt="Screenshot 2025-09-12 at 17 06 26" src="https://github.com/user-attachments/assets/5d1102ce-0b5d-41fa-ba6d-7ba8eae1ab1e" /> --------- Co-authored-by: kibanamachine <[email protected]> Co-authored-by: Joe Reuter <[email protected]> Co-authored-by: Yngrid Coello <[email protected]>
Closes elastic#233966 ## Summary This PR adds a Data quality column to the Streams table. <img width="1167" height="666" alt="Screenshot 2025-09-12 at 17 06 26" src="https://github.com/user-attachments/assets/5d1102ce-0b5d-41fa-ba6d-7ba8eae1ab1e" /> --------- Co-authored-by: kibanamachine <[email protected]> Co-authored-by: Joe Reuter <[email protected]> Co-authored-by: Yngrid Coello <[email protected]>

Closes #233966
Summary
This PR adds a Data quality column to the Streams table.