what is the best way to access the data artifacts ...
# ask-metaflow
w
what is the best way to access the data artifacts after it has run in SFN? I think theyre stored in S3 somewhere, but I don't know how to get at them. I tried using the Client API but it's not showing anything when I do
print(Metaflow().flows)
, which I'm guessing is because I'm on a different machine than the one which deployed the flow originally
1