orange-hairdresser-63684
08/22/2022, 11:06 PMflytectl get execution execid --details --nodeID n0 -o yaml
execution = flyte_remote.fetch_execution(name = execution_id)
print (execution.node_executions)
after executing above execution.node_executions
is not populated. I also tried exec = flyte_remote.sync(execution)
but it returns the sametall-lock-23197
synced_execution = remote.sync(execution, sync_nodes=True)
node_keys = synced_execution.node_executions.keys()
node_execution_output = synced_execution.node_executions[<one_of_the_node_keys>].outputs
?orange-hairdresser-63684
08/23/2022, 5:14 PM