dagster icon indicating copy to clipboard operation
dagster copied to clipboard

[demo] Passing in the LoadingContext through the blocking batch load fns

Open OwenKephart opened this issue 4 months ago • 1 comments

Summary & Motivation

As title. This lets us use the loading_context for get_asset_status_cache_values, which saves us from needing to re-fetch the asset records in here again.

Also some other random stuff I was trying in order to improve overall perf

How I Tested These Changes

Perf tested before / after.

Changelog

Insert changelog entry or delete this section.

OwenKephart avatar Oct 15 '24 00:10 OwenKephart