-
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.
[external-assets] Ensure assets defs are present for all asset checks…
… in AssetGraph (#20435) ## Summary & Motivation There is a bug in the asset graph that I surfaced in an upstack PR, which is that the `AssetsDefinition` for an asset check isn't available from the asset graph if an `AssetsDefinition` has been subsetted to only a check with no assets. This refactors `AssetGraph` to support this niche case, which opens the door to using `AssetGraph` as the basis for `AssetLayer`. ## How I Tested These Changes Existing test suite. The "new" functionality is tested upstack by #20405
- Loading branch information
Showing
3 changed files
with
63 additions
and
18 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