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 info to remote representation of assets #26801

Merged
merged 12 commits into from
Jan 21, 2025

Conversation

prha
Copy link
Member

@prha prha commented Jan 3, 2025

Summary & Motivation

Makes pool information available on the remote representation of assets.

How I Tested These Changes

BK

@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/asset_op_concurrency_key branch from 67085a7 to 21ae854 Compare January 6, 2025 20:51
@prha prha force-pushed the prha/external_concurrency branch 2 times, most recently from a1526d1 to 5ff2171 Compare January 6, 2025 22:05
@prha prha force-pushed the prha/asset_op_concurrency_key branch from a32b759 to be83c16 Compare January 7, 2025 17:16
@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/asset_op_concurrency_key branch from be83c16 to 3e3a642 Compare January 7, 2025 22:53
@prha prha force-pushed the prha/external_concurrency branch 2 times, most recently from ce0a6fa to 51ab2b3 Compare January 8, 2025 04:24
@prha prha force-pushed the prha/asset_op_concurrency_key branch from 818b6ed to f52347d Compare January 8, 2025 04:48
@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/asset_op_concurrency_key branch from f52347d to ce97f66 Compare January 8, 2025 19:51
@prha prha force-pushed the prha/external_concurrency branch from 3c45061 to 5905530 Compare January 8, 2025 19:52
@prha prha changed the title thread pool info to remote representation thread pool info to remote representation of assets Jan 9, 2025
@prha prha requested review from smackesey and schrockn January 9, 2025 03:28
@prha prha force-pushed the prha/asset_op_concurrency_key branch from ce97f66 to ba49ba7 Compare January 9, 2025 03:42
@prha prha force-pushed the prha/external_concurrency branch from 5905530 to f73ce28 Compare January 9, 2025 03:42
@prha prha marked this pull request as ready for review January 9, 2025 04:10
@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/asset_op_concurrency_key branch from 58ac167 to 20be47d Compare January 16, 2025 20:22
@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/asset_op_concurrency_key branch from 20be47d to 6b05bdc Compare January 17, 2025 01:07
@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/asset_op_concurrency_key branch from 6b05bdc to 197d7c1 Compare January 17, 2025 02:26
@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/asset_op_concurrency_key branch from 197d7c1 to b7bfa67 Compare January 17, 2025 02:54
@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/asset_op_concurrency_key branch from b7bfa67 to 9d20984 Compare January 17, 2025 22:29
@prha prha force-pushed the prha/external_concurrency branch from 3e695a9 to d72bd90 Compare January 17, 2025 22:29
Base automatically changed from prha/asset_op_concurrency_key to master January 21, 2025 19:52
@prha prha merged commit 1839f87 into master Jan 21, 2025
1 check failed
@prha prha deleted the prha/external_concurrency branch January 21, 2025 19:53
marijncv pushed a commit to marijncv/dagster that referenced this pull request Jan 21, 2025
## Summary & Motivation
Makes pool information available on the remote representation of assets.

## How I Tested These Changes
BK
@@ -159,6 +159,7 @@ class GraphDefSnap:
dep_structure_snapshot: DependencyStructureSnapshot
input_mapping_snaps: Sequence[InputMappingSnap]
output_mapping_snaps: Sequence[OutputMappingSnap]
pools: Set[str]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this will cause unstable snapshot ids across versions

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