diff --git a/python_modules/dagster/dagster/_core/execution/context/compute.py b/python_modules/dagster/dagster/_core/execution/context/compute.py index 7e643b7e2ba26..efb41303b296f 100644 --- a/python_modules/dagster/dagster/_core/execution/context/compute.py +++ b/python_modules/dagster/dagster/_core/execution/context/compute.py @@ -1493,7 +1493,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