-
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
Run action menu displays run metric based on graphql field instead of tag #24664
Run action menu displays run metric based on graphql field instead of tag #24664
Conversation
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit fb8e0d3. |
This comment was marked as resolved.
This comment was marked as resolved.
ec2435b
to
5a113df
Compare
a0b9774
to
c44e05b
Compare
5a113df
to
60cdf38
Compare
51bbd4a
to
fd50629
Compare
4b18021
to
3807049
Compare
882e669
to
c916d23
Compare
3807049
to
2351677
Compare
aad044f
to
740e0f6
Compare
@@ -518,6 +516,7 @@ export const RUN_ACTIONS_MENU_RUN_FRAGMENT = gql` | |||
repositoryName | |||
repositoryLocationName | |||
} | |||
hasRunMetricsEnabled |
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.
uber nit, one could call this just 'runMetricsEnabled' ('has' and 'enabled' are arguably redundant)
2351677
to
710652d
Compare
5d35f90
to
d73e45a
Compare
Use the new GraphQL hasRunMetricsEnabled field created in #24662 to condition visibility of run metrics in action menu
d73e45a
to
fb8e0d3
Compare
Summary & Motivation
Use the new graphql 'hasRunMetricsEnabled' field created in #24662 to condition visibility of run metrics in action menu
How I Tested These Changes
Changelog
NOCHANGELOG