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 ! ❤️