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?
a
If you can open a GH issue that will be great!
👍 1
@hallowed-glass-14538 would you remember off the top of the head if there are any limitations here?
h
hey can you share what errors are you getting ? Is it not showing up the results at all or crashing with errors?
c
image.png
a
How are you getting the run id?
I don’t think that’s the correct run id
c
um, copy-pasting from the Metaflow UI. I can guarantee you it is, in the sense that it works with the Metaflow client API:
a
ah sorry for the brain freeze - I just remembered that the run id is a function of template name that encodes the project and the branch