Is Argo Events a required component to run <the Li...
# ask-metaflow
g
Is Argo Events a required component to run the Linear Flow example? Is there any documentation anywhere that explains how to set it up and integrate it with Metaflow?
1
I resolved it by passing the
--no-auto-emit-argo-events
flag.
Copy code
python my_workflow.py argo-workflows create --no-auto-emit-argo-events
👍 1