Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Nov 17, 2023
1 parent fe0a098 commit 4acf05c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ def run_properties(self) -> RunProperties:
def execution_properties(self) -> ExecutionProperties:
if self._execution_props is None:
self._execution_props = ExecutionProperties(
step_description=f"asset {self.assets_def.node_def.name}",
step_description=f"asset {self.op_execution_context.node_handle}",
op_execution_context=self._op_execution_context,
)
return self._execution_props
Expand Down

0 comments on commit 4acf05c

Please sign in to comment.