Hi, I’m just ran a workflow execution that outputs...
# flyte-support
s
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:
g
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
159 Views