thousands-car-79657
01/29/2024, 11:02 PMFlyteRemote.get, given the node id (e.g., n1, n2, n2-0-dn0, n2-0-dn1, etc). Is there a way of getting those node ids using Python?freezing-airport-6809
tall-lock-23197
thousands-car-79657
01/30/2024, 5:14 PMtall-lock-23197
dynamic_node_exec_id = remote.client.list_node_executions(exec.id)[0][3].idthousands-car-79657
01/30/2024, 5:35 PMtask1 -> n0
• task1.subtask1 -> n0-0-dn0
• task1.subtask2 -> n0-0-dn1tall-lock-23197
subtask1 runs before subtask2, then yes, it should map to dn0 and dn1 respectively.thousands-car-79657
01/30/2024, 5:39 PMthousands-car-79657
01/30/2024, 7:20 PMfreezing-airport-6809
thousands-car-79657
01/30/2024, 9:46 PM