Hi, small question about the metaflowbot — It see...
# ask-metaflow
c
Hi, small question about the metaflowbot — It seem to have trouble with run names that contain
.
/
-
characters, which is the default for Argo runs. E.g., it finds
MyFlow/123
no problem but can't inspect
MyFlow/MyFlow/argo-myflow.user.username.myflow-mpfl6
. I tried • inspect MyFlow/argo-myflow.user.username.myflow-mpfl6 • inspect "MyFlow/argo-myflow.user.username.myflow-mpfl6" • inspect
MyFlow/argo-myflow.user.username.myflow-mpfl6
Shall I open a Github issue or am I doing something dumb?