Hello everyone. Maybe this is a newbie question. I...
# ask-metaflow
f
Hello everyone. Maybe this is a newbie question. I just set up my metaflow to connect to AWS Batch, and now it is running fine using AWS Batch. However, I found out that even if I run the flow without the
--with batch
flag it still runs on Batch? That is, the following command will try to run on Batch.
Copy code
python kmeans_flow_v1.py run
How do I run my flow locally, even though metaflow is connected to batch? Appreciate any help here!
1