Hi everyone, I had a question or perhaps a problem...
# dev-metaflow
a
Hi everyone, I had a question or perhaps a problem. So I have deployed an minio event source that reacts when there is a new file upload. I have sensor that reads this event. Based on my understanding how metaflow works with argoevents is that there an another metaflow event source that @trigger reads from afaik. My current workaround is that I have setup a webhook that the minio sensor sends a request and that webhook publishes the event. My suggestion is that can we modify @trigger to prescribe to different event sources other that the metaflow event source ? I would love to contribute this ! ❤️
Also I think ARGO_EVENT_WEBHOOK_URL is set in metaflow config and thats what the ArgoEvent class uses to publish an event. And your flows are deployed as sensors on argoworkflows which prescribe to argo event webhook so technically having a webhook is only way if we want to integrate other argo events with metaflow @trigger