Hey Team, Thank you for enabling the Event based t...
# ask-metaflow
r
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
Copy code
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. ``````
1
a
hey @limited-tomato-18674 - did you do
metaflow configure kubernetes
to add
event triggering
specific configuration?
r
Oh I did not😅, I was trying to configure it with
metaflow configure events
based on the workflow error. Thanks for pointing it out. Appreciate it 🙂
a
I will fix the error message. It slipped through unfortunately 😞
r
No worries, Really pumped up to play with event based triggering this weekend. You guys released it at the right time 🙂
among us party 1