From 63cf5b0e115588724f1a733bba26f5cf0f44cf91 Mon Sep 17 00:00:00 2001 From: JamieDeMaria Date: Thu, 16 Nov 2023 16:09:10 -0500 Subject: [PATCH] naming --- .../dagster/dagster/_core/execution/context/compute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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