Skip to content

Commit

Permalink
via op context
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Jan 4, 2024
1 parent d7ab5d5 commit 310782a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ def latest_materialization_event(
Returns: Optional[AssetMaterialization]
"""
return self._step_execution_context.upstream_asset_materialization_events.get(
return self.op_execution_context._step_execution_context.upstream_asset_materialization_events.get( # noqa: SLF001
AssetKey.from_coercible(key)
)

Expand Down

0 comments on commit 310782a

Please sign in to comment.