https://flyte.org logo
s

seunggs

10/11/2022, 3:23 AM
Hi, I’m just ran a workflow execution that outputs a numpy ndarray but I’m not sure how to retrieve the actual data? In the console, it just shows the s3 url with
.npy
extension:
k

Kevin Su

10/11/2022, 4:10 PM
You could use flyte remote to retrieve outputs of execution, and it will return np.array in your case. https://docs.flyte.org/projects/flytekit/en/latest/design/control_plane.html#retrieving-inspecting-executions
2 Views