-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[branching io manager][fix] Fix loading partitioned parent assets in …
…BranchingIOManager (#18491) ## Summary Tweak of fix in #17303 which uses the upstream asset partition rather than the current asset partition when using the branching IO manager. Uses `context.asset_partition_key` rather than the upstream output's partition key, which can sometimes be `None` when the upstream output is not available. ## Test Plan Adds a new unit test with a non-standard partition mapping, which previously failed. --------- Co-authored-by: Ben <ben@Bens-MacBook-Pro.local>
- Loading branch information
Showing
4 changed files
with
338 additions
and
29 deletions.
There are no files selected for viewing
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 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 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
Oops, something went wrong.