Hey Team,
Thank you for enabling the Event based triggering in Metaflow with Argo. I'm really excited to use it in my current projects.
I'm testing "Triggering Flow based on other Flow" and following this documentation,
https://docs.metaflow.org/production/event-triggering/flow-events
So I need to generate Argo workflow File as a json that will be picked up by the CICD process, however when I'm trying execute the following command
python second_iris_pipeline.py argo-workflows create --only-json > output-path
it seems to give me an error stating that I need to configure the argo events, however
metaflow configure events
isn't working.
``````