Hi, I’m just ran a workflow execution that outputs...
# ask-the-community
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:
k
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
158 Views