Dmytro Vremenko
07/06/2023, 8:53 PMnode id
of a Flyte task execution from within that task? I have been looking into current_context
from flytekit
but it is of type ExecutionParameters
which only has execution_id
(workflow id) and task_id
. The task_id
is of type Identifier
not TaskExecutionIdentifier
, so it does not have node_execution_id
Thank you !!Yee
Dmytro Vremenko
07/06/2023, 11:09 PMYee
<s3://my-s3-bucket/data/o4/feda4e266c748463a97d-n0-0>
Dmytro Vremenko
07/06/2023, 11:16 PMcurrent_context
, i dont think I see the same within the TaskExecutionEventRequest
which gets published by Flyte by defaultYee
Dmytro Vremenko
07/06/2023, 11:46 PMYee