-
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 info to remote representation of assets #26801
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Jan 3, 2025
prha
force-pushed
the
prha/external_concurrency
branch
from
January 6, 2025 20:04
ec8a4d6
to
d90c32d
Compare
prha
force-pushed
the
prha/asset_op_concurrency_key
branch
from
January 6, 2025 20:51
67085a7
to
21ae854
Compare
prha
force-pushed
the
prha/external_concurrency
branch
2 times, most recently
from
January 6, 2025 22:05
a1526d1
to
5ff2171
Compare
prha
force-pushed
the
prha/asset_op_concurrency_key
branch
from
January 7, 2025 17:16
a32b759
to
be83c16
Compare
prha
force-pushed
the
prha/external_concurrency
branch
from
January 7, 2025 17:16
5ff2171
to
9b6bafd
Compare
prha
force-pushed
the
prha/asset_op_concurrency_key
branch
from
January 7, 2025 22:53
be83c16
to
3e3a642
Compare
prha
force-pushed
the
prha/external_concurrency
branch
2 times, most recently
from
January 8, 2025 04:24
ce0a6fa
to
51ab2b3
Compare
prha
force-pushed
the
prha/asset_op_concurrency_key
branch
from
January 8, 2025 04:48
818b6ed
to
f52347d
Compare
prha
force-pushed
the
prha/external_concurrency
branch
from
January 8, 2025 04:48
51ab2b3
to
3c45061
Compare
prha
force-pushed
the
prha/asset_op_concurrency_key
branch
from
January 8, 2025 19:51
f52347d
to
ce97f66
Compare
prha
force-pushed
the
prha/external_concurrency
branch
from
January 8, 2025 19:52
3c45061
to
5905530
Compare
This was referenced Jan 9, 2025
prha
changed the title
thread pool info to remote representation
thread pool info to remote representation of assets
Jan 9, 2025
prha
force-pushed
the
prha/asset_op_concurrency_key
branch
from
January 9, 2025 03:42
ce97f66
to
ba49ba7
Compare
prha
force-pushed
the
prha/external_concurrency
branch
from
January 9, 2025 03:42
5905530
to
f73ce28
Compare
This was referenced Jan 9, 2025
prha
force-pushed
the
prha/external_concurrency
branch
from
January 16, 2025 00:19
c406982
to
7e2a6f3
Compare
prha
force-pushed
the
prha/asset_op_concurrency_key
branch
from
January 16, 2025 20:22
58ac167
to
20be47d
Compare
prha
force-pushed
the
prha/external_concurrency
branch
from
January 16, 2025 20:22
7e2a6f3
to
4fdcb49
Compare
prha
force-pushed
the
prha/asset_op_concurrency_key
branch
from
January 17, 2025 01:07
20be47d
to
6b05bdc
Compare
prha
force-pushed
the
prha/external_concurrency
branch
from
January 17, 2025 01:07
4fdcb49
to
27f08bd
Compare
prha
force-pushed
the
prha/asset_op_concurrency_key
branch
from
January 17, 2025 02:26
6b05bdc
to
197d7c1
Compare
prha
force-pushed
the
prha/external_concurrency
branch
from
January 17, 2025 02:27
27f08bd
to
b640e9c
Compare
prha
force-pushed
the
prha/asset_op_concurrency_key
branch
from
January 17, 2025 02:54
197d7c1
to
b7bfa67
Compare
prha
force-pushed
the
prha/external_concurrency
branch
from
January 17, 2025 02:54
b640e9c
to
3e695a9
Compare
prha
force-pushed
the
prha/asset_op_concurrency_key
branch
from
January 17, 2025 22:29
b7bfa67
to
9d20984
Compare
prha
force-pushed
the
prha/external_concurrency
branch
from
January 17, 2025 22:29
3e695a9
to
d72bd90
Compare
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
alangenfeld
reviewed
Jan 21, 2025
@@ -159,6 +159,7 @@ class GraphDefSnap: | |||
dep_structure_snapshot: DependencyStructureSnapshot | |||
input_mapping_snaps: Sequence[InputMappingSnap] | |||
output_mapping_snaps: Sequence[OutputMappingSnap] | |||
pools: Set[str] |
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 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary & Motivation
Makes pool information available on the remote representation of assets.
How I Tested These Changes
BK