-
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.
Batch fetching latest asset check executions (#17650)
Add a batch loader for the executionForLatestMaterialization resolver, which we call to display the asset graph. Uses the event log method `get_latest_asset_check_execution_by_key` instead of fetching each execution separately. There's still optimization to be done, e.g. we're still fetching the asset record once per check. I'll follow up with that in a separate diff.
- Loading branch information
Showing
3 changed files
with
166 additions
and
120 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