-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[asset backfill] Fix submitting multi-asset partitions with internal …
…asset deps (#19416) Users were seeing a backfill error when targeting all output asset keys of a multi-asset with internal asset deps. The cause of this bug is that when we evaluate a "candidate unit" containing all outputs of the multi-asset, we skip all output assets if any parent of an output asset has not been visited by prior iterations of BFS. This PR updates this check to also allow the parent to be part of the candidate unit.
- Loading branch information
1 parent
31a7193
commit cc65e5f
Showing
2 changed files
with
33 additions
and
2 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