Skip to content

Commit

Permalink
build DI asset context
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Nov 20, 2023
1 parent a558bdc commit ad40a27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -838,4 +838,4 @@ def build_asset_context(
instance=instance,
)

return AssetExecutionContext(op_execution_context=op_context)
return DirectInvocationAssetExecutionContext(op_execution_context=op_context)

0 comments on commit ad40a27

Please sign in to comment.