Hey, is there a good way to make an ArgoEvent publ...
# ask-metaflow
d
Hey, is there a good way to make an ArgoEvent published in a test/user namespace not trigger e.g. the production flow but only flows in that same namespace?
1
d
In my experience this doesn't work when explicitly using
ArgoEvent.publish
though
s
you can always choose to add namespacing in the event name and then use configs to depend on the right event name
d
We haven't tried out the config feature yet, will try 👍
Thank you
🫡 1
There is no way to access branch_name or the namespace used for the deployment in the config context, right? I'm trying to have the events be automatically namespaced according to their project+branch but it doesn't seem possible