-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
thread pool information to graphql layer #26802
Conversation
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit 529046e. |
ec8a4d6
to
d90c32d
Compare
2e29f0c
to
081f3f6
Compare
d90c32d
to
a1526d1
Compare
081f3f6
to
1b0c5a6
Compare
a1526d1
to
5ff2171
Compare
1b0c5a6
to
2050fcc
Compare
5ff2171
to
9b6bafd
Compare
9279774
to
06fa0b8
Compare
9b6bafd
to
ce0a6fa
Compare
06fa0b8
to
f66d281
Compare
ce0a6fa
to
51ab2b3
Compare
f66d281
to
4ce4b5d
Compare
51ab2b3
to
3c45061
Compare
4ce4b5d
to
f0cec36
Compare
3c45061
to
5905530
Compare
adaea1b
to
b4b7660
Compare
f73ce28
to
37a3fc1
Compare
ae440df
to
6345733
Compare
37a3fc1
to
b08e8a2
Compare
6345733
to
418533a
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.
note comment, otherwise good
@@ -241,6 +241,7 @@ class GrapheneAssetNode(graphene.ObjectType): | |||
backfillPolicy = graphene.Field(GrapheneBackfillPolicy) | |||
changedReasons = graphene.Field(non_null_list(GrapheneAssetChangedReason)) | |||
computeKind = graphene.String() | |||
pools = non_null_list(graphene.String) |
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.
nit: I think these fields are supposed to be in alphabetical order (not that we've been doing a great job of that) -- seems like there's no particular reason for it to be in this spot over it's alphabetical place so probably better to put it down near the partition stuff
b08e8a2
to
c406982
Compare
418533a
to
2aa1b31
Compare
c406982
to
7e2a6f3
Compare
2aa1b31
to
4ee7bb2
Compare
7e2a6f3
to
4fdcb49
Compare
4ee7bb2
to
a5c1061
Compare
4fdcb49
to
27f08bd
Compare
a5c1061
to
a122751
Compare
27f08bd
to
b640e9c
Compare
a122751
to
edad1ab
Compare
b640e9c
to
3e695a9
Compare
edad1ab
to
e41ec46
Compare
3e695a9
to
d72bd90
Compare
e41ec46
to
5ea38ab
Compare
5ea38ab
to
529046e
Compare
Summary & Motivation
Adds a pools graphql field for ops and assets
How I Tested These Changes
BK