The 1.3.10 changelog says > • Added `AssetExec...
# ask-community
s
The 1.3.10 changelog says
• Added
AssetExecutionContext
to replace
OpExecutionContext
as the context object passed in to
@asset
functions.
Where can I find documentation for this new type? OpExecutionContext was in the “execution” section of the API reference. When I search for “AssetExecutionContext” on that page, or also using the search bar on the latest docs page, I don’t get any results.
o
Hi @Spencer Nelson! Thanks for flagging this -- right now,
AssetExecutionContext
is just a typealias for OpExecutionContext (so they're actually identical), but it should get added to the docs regardless