Skip to content
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

Merged
merged 2 commits into from
Jan 21, 2025
Merged

Conversation

prha
Copy link
Member

@prha prha commented Jan 3, 2025

Summary & Motivation

Adds a pools graphql field for ops and assets

How I Tested These Changes

BK

Copy link

github-actions bot commented Jan 3, 2025

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-hx6t5pyk2-elementl.vercel.app
https://prha-graphql-concurrency-group.core-storybook.dagster-docs.io

Built with commit 529046e.
This pull request is being automatically deployed with vercel-action

@prha prha force-pushed the prha/external_concurrency branch from ec8a4d6 to d90c32d Compare January 6, 2025 20:04
@prha prha force-pushed the prha/graphql_concurrency_group branch from 2e29f0c to 081f3f6 Compare January 6, 2025 20:04
@prha prha force-pushed the prha/external_concurrency branch from d90c32d to a1526d1 Compare January 6, 2025 20:52
@prha prha force-pushed the prha/graphql_concurrency_group branch from 081f3f6 to 1b0c5a6 Compare January 6, 2025 20:52
@prha prha force-pushed the prha/external_concurrency branch from a1526d1 to 5ff2171 Compare January 6, 2025 22:05
@prha prha force-pushed the prha/graphql_concurrency_group branch from 1b0c5a6 to 2050fcc Compare January 6, 2025 22:05
@prha prha force-pushed the prha/external_concurrency branch from 5ff2171 to 9b6bafd Compare January 7, 2025 17:16
@prha prha force-pushed the prha/graphql_concurrency_group branch 2 times, most recently from 9279774 to 06fa0b8 Compare January 7, 2025 18:53
@prha prha force-pushed the prha/external_concurrency branch from 9b6bafd to ce0a6fa Compare January 7, 2025 22:53
@prha prha force-pushed the prha/graphql_concurrency_group branch from 06fa0b8 to f66d281 Compare January 7, 2025 22:53
@prha prha force-pushed the prha/external_concurrency branch from ce0a6fa to 51ab2b3 Compare January 8, 2025 04:24
@prha prha force-pushed the prha/graphql_concurrency_group branch from f66d281 to 4ce4b5d Compare January 8, 2025 04:25
@prha prha force-pushed the prha/external_concurrency branch from 51ab2b3 to 3c45061 Compare January 8, 2025 04:48
@prha prha force-pushed the prha/graphql_concurrency_group branch from 4ce4b5d to f0cec36 Compare January 8, 2025 04:49
@prha prha force-pushed the prha/external_concurrency branch from 3c45061 to 5905530 Compare January 8, 2025 19:52
@prha prha force-pushed the prha/graphql_concurrency_group branch 2 times, most recently from adaea1b to b4b7660 Compare January 8, 2025 20:36
@prha prha requested review from smackesey and schrockn January 9, 2025 03:29
@prha prha requested a review from schrockn January 10, 2025 01:05
@prha prha force-pushed the prha/external_concurrency branch from f73ce28 to 37a3fc1 Compare January 10, 2025 01:17
@prha prha force-pushed the prha/graphql_concurrency_group branch from ae440df to 6345733 Compare January 10, 2025 01:17
@prha prha force-pushed the prha/external_concurrency branch from 37a3fc1 to b08e8a2 Compare January 10, 2025 23:22
@prha prha force-pushed the prha/graphql_concurrency_group branch from 6345733 to 418533a Compare January 10, 2025 23:22
@prha prha requested a review from OwenKephart January 14, 2025 19:11
Copy link
Contributor

@OwenKephart OwenKephart left a 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)
Copy link
Contributor

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

@prha prha force-pushed the prha/external_concurrency branch from b08e8a2 to c406982 Compare January 16, 2025 00:02
@prha prha force-pushed the prha/graphql_concurrency_group branch from 418533a to 2aa1b31 Compare January 16, 2025 00:02
@prha prha force-pushed the prha/external_concurrency branch from c406982 to 7e2a6f3 Compare January 16, 2025 00:19
@prha prha force-pushed the prha/graphql_concurrency_group branch from 2aa1b31 to 4ee7bb2 Compare January 16, 2025 00:19
@prha prha force-pushed the prha/external_concurrency branch from 7e2a6f3 to 4fdcb49 Compare January 16, 2025 20:22
@prha prha force-pushed the prha/graphql_concurrency_group branch from 4ee7bb2 to a5c1061 Compare January 16, 2025 20:22
@prha prha force-pushed the prha/external_concurrency branch from 4fdcb49 to 27f08bd Compare January 17, 2025 01:07
@prha prha force-pushed the prha/graphql_concurrency_group branch from a5c1061 to a122751 Compare January 17, 2025 01:07
@prha prha force-pushed the prha/external_concurrency branch from 27f08bd to b640e9c Compare January 17, 2025 02:27
@prha prha force-pushed the prha/graphql_concurrency_group branch from a122751 to edad1ab Compare January 17, 2025 02:27
@prha prha force-pushed the prha/external_concurrency branch from b640e9c to 3e695a9 Compare January 17, 2025 02:54
@prha prha force-pushed the prha/graphql_concurrency_group branch from edad1ab to e41ec46 Compare January 17, 2025 02:54
@prha prha force-pushed the prha/external_concurrency branch from 3e695a9 to d72bd90 Compare January 17, 2025 22:29
@prha prha force-pushed the prha/graphql_concurrency_group branch from e41ec46 to 5ea38ab Compare January 17, 2025 22:29
Base automatically changed from prha/external_concurrency to master January 21, 2025 19:53
@prha prha force-pushed the prha/graphql_concurrency_group branch from 5ea38ab to 529046e Compare January 21, 2025 19:57
@prha prha merged commit 43cddb1 into master Jan 21, 2025
6 checks passed
@prha prha deleted the prha/graphql_concurrency_group branch January 21, 2025 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants