Hello everyone, I’m new to metaflow and I’ve been ...
# ask-metaflow
b
Hello everyone, I’m new to metaflow and I’ve been experimenting a few things with it. As I understand it, you would be able to run some steps locally and others on the cloud even though they belong to the same flow. Let’s say that I use the start step to generate artefacts for my ml task and I decide to run it locally. The following step does some heavy lifting and I want to run it on the cloud. How am I able to retrieve the artefacts I have created previously since my Kubernetes cluster do not have access to my local metaflow datastore ? What are the good practices in this kind of setup ? Thanks !
1