Join Slack
Powered by
Hi, I’m just ran a workflow execution that outputs...
# flyte-support
s
sticky-angle-28419
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:
g
glamorous-carpet-83516
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
159
Views
Open in Slack
Previous
Next