-
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
Support dynamic partitioning in AssetSlice #20355
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 Mar 8, 2024
This stack of pull requests is managed by Graphite. Learn more about stacking. |
schrockn
force-pushed
the
asset-graph-view-4
branch
from
March 8, 2024 10:37
d779006
to
174f84d
Compare
schrockn
force-pushed
the
asset-graph-view-4
branch
from
March 8, 2024 12:11
174f84d
to
0593594
Compare
schrockn
force-pushed
the
asset-graph-view-3
branch
from
March 8, 2024 14:23
d3ecbbf
to
14e6b97
Compare
schrockn
force-pushed
the
asset-graph-view-4
branch
from
March 8, 2024 14:23
b8a1d06
to
f838b6b
Compare
schrockn
force-pushed
the
asset-graph-view-3
branch
from
March 9, 2024 12:27
14e6b97
to
d73cb65
Compare
schrockn
force-pushed
the
asset-graph-view-4
branch
from
March 9, 2024 12:27
f838b6b
to
296d2a1
Compare
schrockn
force-pushed
the
asset-graph-view-3
branch
from
March 10, 2024 18:18
d73cb65
to
109372a
Compare
schrockn
force-pushed
the
asset-graph-view-4
branch
from
March 10, 2024 18:18
65c93d8
to
a2696d5
Compare
This was referenced Mar 10, 2024
schrockn
force-pushed
the
asset-graph-view-3
branch
from
March 11, 2024 09:36
109372a
to
c8e57dd
Compare
schrockn
force-pushed
the
asset-graph-view-4
branch
from
March 11, 2024 09:37
a2696d5
to
2460929
Compare
smackesey
approved these changes
Mar 11, 2024
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.
Comment on error msg but otherwise lgtm
schrockn
force-pushed
the
asset-graph-view-3
branch
from
March 11, 2024 17:27
c8e57dd
to
38c8b37
Compare
schrockn
force-pushed
the
asset-graph-view-4
branch
from
March 11, 2024 17:27
2460929
to
49fb12b
Compare
schrockn
force-pushed
the
asset-graph-view-3
branch
from
March 12, 2024 10:07
38c8b37
to
2cc13a9
Compare
schrockn
force-pushed
the
asset-graph-view-4
branch
from
March 12, 2024 10:10
49fb12b
to
c7e13c3
Compare
schrockn
force-pushed
the
asset-graph-view-3
branch
from
March 12, 2024 10:38
e23ea96
to
52bf7bd
Compare
schrockn
force-pushed
the
asset-graph-view-4
branch
from
March 12, 2024 10:38
c7e13c3
to
99119ec
Compare
schrockn
force-pushed
the
asset-graph-view-3
branch
from
March 12, 2024 12:39
52bf7bd
to
7e8c5cb
Compare
schrockn
force-pushed
the
asset-graph-view-4
branch
from
March 12, 2024 12:39
99119ec
to
73ed0f2
Compare
schrockn
force-pushed
the
asset-graph-view-3
branch
from
March 12, 2024 13:17
7e8c5cb
to
905ef8a
Compare
schrockn
force-pushed
the
asset-graph-view-4
branch
from
March 12, 2024 13:28
73ed0f2
to
73e54c2
Compare
schrockn
force-pushed
the
asset-graph-view-3
branch
from
March 13, 2024 15:12
905ef8a
to
39ac36c
Compare
schrockn
force-pushed
the
asset-graph-view-4
branch
from
March 13, 2024 15:12
73e54c2
to
c50d9bb
Compare
schrockn
force-pushed
the
asset-graph-view-3
branch
from
March 13, 2024 18:00
39ac36c
to
bbaf547
Compare
schrockn
force-pushed
the
asset-graph-view-4
branch
from
March 13, 2024 18:03
c50d9bb
to
d327876
Compare
PedramNavid
pushed a commit
that referenced
this pull request
Mar 28, 2024
## Summary & Motivation Adding support for dynamic partitioning in the AssetSlice ## How I Tested These Changes BK
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
Adding support for dynamic partitioning in the AssetSlice
How I Tested These Changes
BK