-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[docs] remove asset_partition_*_for_output from docs #19437
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 26, 2024
Merged
Closed
jamiedemaria
changed the title
remove asset_partition_*_for_output from docs
[docs] remove asset_partition_*_for_output from docs
Jan 26, 2024
jamiedemaria
force-pushed
the
jamie/partition-deprecations
branch
from
January 26, 2024 20:06
f5d0466
to
3159b1d
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecation-docs
branch
2 times, most recently
from
January 26, 2024 20:49
1f05264
to
89a8183
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecation-docs
branch
from
January 26, 2024 21:10
89a8183
to
18ea636
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecation-docs
branch
from
January 29, 2024 17:27
704199e
to
4a1d2c0
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecations
branch
from
January 29, 2024 18:16
13188c8
to
d959fea
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecation-docs
branch
from
January 29, 2024 18:16
4a1d2c0
to
84e5e74
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecations
branch
from
January 29, 2024 19:44
d959fea
to
2e87b22
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecation-docs
branch
from
January 29, 2024 19:44
84e5e74
to
f7bca97
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecations
branch
from
January 29, 2024 20:03
2e87b22
to
71c164c
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecation-docs
branch
from
January 29, 2024 20:04
f7bca97
to
909c6b9
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecation-docs
branch
2 times, most recently
from
January 29, 2024 21:11
3c4040f
to
555ad51
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecations
branch
from
January 29, 2024 21:49
1223f1b
to
0f413ec
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecation-docs
branch
from
January 29, 2024 21:49
555ad51
to
544d4f1
Compare
sryza
approved these changes
Jan 29, 2024
jamiedemaria
force-pushed
the
jamie/partition-deprecations
branch
from
January 30, 2024 14:47
0f413ec
to
8380ab3
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecation-docs
branch
from
January 30, 2024 14:47
544d4f1
to
c26dce7
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecations
branch
from
January 30, 2024 15:27
8380ab3
to
9e9c35d
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecation-docs
branch
from
January 30, 2024 15:27
c26dce7
to
57c1d82
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecations
branch
from
January 30, 2024 17:22
9e9c35d
to
21389f3
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecation-docs
branch
from
January 30, 2024 17:22
6c00ae5
to
eebfdd0
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecations
branch
from
January 30, 2024 20:19
21389f3
to
2a69ae3
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecation-docs
branch
from
January 30, 2024 20:19
eebfdd0
to
13fcbe7
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecations
branch
from
January 31, 2024 16:37
2a69ae3
to
0fc1636
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecation-docs
branch
from
January 31, 2024 16:37
13fcbe7
to
a564e01
Compare
jamiedemaria
force-pushed
the
jamie/partition-deprecation-docs
branch
from
January 31, 2024 17:55
a564e01
to
67a496b
Compare
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
PR #19436 deprecates some partition methods on
AssetExecutionContext
. This PR updates our examples to follow the replacement APIsHow I Tested These Changes