Hi, is there a way to specify a human-readable nam...
# announcements
r
Hi, is there a way to specify a human-readable name for an execution? I notice
--name
is an available flag in
pyflyte run
, but couldn't find the equivalent for
flytectl create execution
. Mostly looking for how a user could surface a more informative name in the UI vs the randomly-generated execution ID
k
i think that is the name
r
I specified
--name
when creating an execution using
pyflyte run
(ie.
--name foo
) and didn't see this surfaced anywhere in the UI. Am I misunderstanding the purpose of that flag?
k
hmm this should be the execution name
this is used to de-dupe
would you like to propose a change?
currently it is only generated, but that should be a fallback
166 Views