Hi all — I have a use case where I want to execute...
# ask-metaflow
c
Hi all — I have a use case where I want to execute a run in my dev environment, where part of the flow reads artifacts from a previously existing run that was executed in my stage environment. What is the recommended way to achieve this? I can use the global
metadata()
function, but it leads to some surprising behavior (see screenshot) and can be dangerous/error-prone.