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 10, 2024
1 parent 7835dfb commit 3e05391
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 3e05391

Please sign in to comment.