fast-vr-44972
12/07/2023, 4:53 PMfrom metaflow.integrations import ArgoEvent
ArgoEvent(name="data_updated").publish()
It's unable to publish it. We have the correct metaflow and kube config since we can deploy/trigger a flow and can also publish an event from inside the flow.
I suppose it's not able to find the necessary env vars. How can we fix it?