-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
add pool tag to display for ops / assets #26804
base: prha/distinguish_unconfigured_from_zero_slots
Are you sure you want to change the base?
add pool tag to display for ops / assets #26804
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit 39f76f5. |
b677ae4
to
ba46ced
Compare
18c1cfc
to
c01da8d
Compare
ba46ced
to
3c0b564
Compare
c01da8d
to
15bc61b
Compare
3c0b564
to
365053a
Compare
15bc61b
to
81fd01b
Compare
365053a
to
d10b8c0
Compare
81fd01b
to
948ce8f
Compare
d10b8c0
to
05fe5ce
Compare
948ce8f
to
e95b257
Compare
05fe5ce
to
e1241a5
Compare
e95b257
to
02311b6
Compare
e1241a5
to
4b189fe
Compare
02311b6
to
fd552b6
Compare
4b189fe
to
68a6334
Compare
f1ee75f
to
3c5deda
Compare
68a6334
to
103ad25
Compare
3c5deda
to
9fa4539
Compare
103ad25
to
b5f30e6
Compare
9fa4539
to
16f3f44
Compare
b5f30e6
to
376b5b9
Compare
16f3f44
to
dc05156
Compare
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.
Can you include a screenshot of what it looks like?
js_modules/dagster-ui/packages/ui-core/src/assets/AssetSidebarActivitySummary.tsx
Outdated
Show resolved
Hide resolved
<PoolTag key={idx} pool={pool} /> | ||
))} | ||
</Box> | ||
) : null} |
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.
Should there be any kind of content for the 0
case?
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 don't think so...
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.
Maybe None
or something? Or not show the section?
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 think the AttributeAndValue
already does this (hides the section)?
js_modules/dagster-ui/packages/ui-core/src/pipelines/SidebarOp.tsx
Outdated
Show resolved
Hide resolved
236d086
to
b4aa185
Compare
2d2cbff
to
8e5792c
Compare
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.
A couple of suggestions, but otherwise lgtm.
<PoolTag key={idx} pool={pool} /> | ||
))} | ||
</Box> | ||
) : null} |
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.
Maybe None
or something? Or not show the section?
placement="top" | ||
content="This pool currently does not have any slots configured." | ||
> | ||
<Icon name="check_warning" /> |
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.
- How about
warning_outline
? The contrast of the black icon is maybe a little jarring. - Should the
Tag
beintent="warning"
or something in the warning case?
b4aa185
to
8961b32
Compare
8e5792c
to
9eacecf
Compare
8961b32
to
2a97398
Compare
9eacecf
to
32acc8e
Compare
2a97398
to
530d3f7
Compare
32acc8e
to
0c9846b
Compare
530d3f7
to
dc2e6c0
Compare
0c9846b
to
47abf33
Compare
dc2e6c0
to
108b5e0
Compare
47abf33
to
d7bb131
Compare
108b5e0
to
1d00bac
Compare
d7bb131
to
fefe7fa
Compare
1d00bac
to
bbd55e4
Compare
fefe7fa
to
fda08ba
Compare
bbd55e4
to
222005b
Compare
fda08ba
to
39f76f5
Compare
Summary & Motivation
Adds a new PoolTag component, that is used for op / asset definition info pages to show pool concurrency status.
Screen.Recording.2025-01-09.at.5.16.20.PM.mov
How I Tested These Changes
BK, inspection
Changelog