Hi, is there a way to access the parameters (only)...
# ask-metaflow
e
Hi, is there a way to access the parameters (only) of a finished run? I have both the FlowName and run_id For instance,
metaflow_run["start"].task.data
will return all data stored in the “start” step but there is no separation between flow parameters and user-defined (within the step) values
1