orange-hairdresser-63684
flytectl get execution execid --details --nodeID n0 -o yaml
execution = flyte_remote.fetch_execution(name = execution_id) print (execution.node_executions)
execution.node_executions
exec = flyte_remote.sync(execution)
tall-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
Flyte enables production-grade orchestration for machine learning workflows and data processing created to accelerate local workflows to production.