-
Notifications
You must be signed in to change notification settings - Fork 3.3k
feat(ingestion): add execution log tab #13611
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
feat(ingestion): add execution log tab #13611
Conversation
ba668fc to
9e5aea1
Compare
Codecov ReportAttention: Patch coverage is ❌ Unsupported file format
❌ Your patch status has failed because the patch coverage (49.83%) is below the target coverage (75.00%). You can increase the patch coverage or adjust the target coverage. 📢 Thoughts on this report? Let us know! |
9e5aea1 to
b14df3b
Compare
b14df3b to
dde57cb
Compare
|
🔴 Meticulous spotted visual differences in 118 of 1430 screens tested: view and approve differences detected. Meticulous evaluated ~9 hours of user flows against your PR. Last updated for commit 3fd4fcd. This comment will update as new commits are pushed. |
dde57cb to
b1e8fcd
Compare
b1e8fcd to
67267c0
Compare
Bundle ReportChanges will increase total bundle size by 7.79kB (0.04%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: datahub-react-web-esmAssets Changed:
Files in
|
chriscollins3456
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.
overall this is looking great! i have a few things that need to be handled but could be done in a followup. this PR is waiting on ones in front of it anyways
| <SourceContainer> | ||
| <HeaderContainer> | ||
| <StyledTabToolbar> | ||
| <Filters onFiltersApplied={(newFilters) => setAppliedFilters(newFilters)} /> |
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.
unfortunately it looks like the UI vs CLI filters aren't working properly right now for this tab
67267c0 to
f887c98
Compare
713b099 to
c8f1e5e
Compare
c8f1e5e to
6d1644a
Compare
6d1644a to
a1a7a90
Compare
a1a7a90 to
01b24ce
Compare
chriscollins3456
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.
cool beans good stuff here
| @Searchable = { | ||
| "fieldName": "sourceType", | ||
| "fieldType": "KEYWORD", | ||
| "queryByDefault": false | ||
| } |
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 remove this searchable here? i know you just added it in the previous PR so i'm going to assume it's good to remove
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.
I thought it could be used to filter system sources, but it turned out not to be the case. So I decided to remove it for now, as it is redundant.
|
let's fix up these conflicts and see if we can bump up the test code coverage patch at all here before merge |
01b24ce to
b8ca42f
Compare
DEPENDS ON #13614