Hi, I have a very basic query, I am exploring Meta...
# ask-metaflow
d
Hi, I have a very basic query, I am exploring Metaflow with the understanding that I can deploy and schedule metaflow jobs with argo workflows. I am able to run my metaflow Job locally, however I am unable to submit the jobs to argo workflow. I found this link but it does not talk about how to link the argo cluster with Metaflow, when i run the command
Copy code
python parameter_flow.py --with retry argo-workflows create
I get Error: Got unexpected extra arguments (argo-workflows create). I know i don't have the right setup in place. Can I get more details on the setup up required to run this command but couldn't find anything solid online. https://docs.metaflow.org/production/scheduling-metaflow-flows/scheduling-with-argo-workflows#pushing-a-flow-to-production and https://outerbounds.com/engineering/deployment/aws-k8s/deployment/