Hi, is there a way to specify a human-readable nam...
# announcements
e
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
f
i think that is the name
e
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?
f
hmm this should be the execution name
this is used to de-dupe
@elegant-australia-91422 you are right - this should be passed in as a parameter - https://github.com/flyteorg/flytectl/blob/2c274d126889dc1f6f5de2677eddadf486910347/cmd/create/execution_util.go#L149
would you like to propose a change?
currently it is only generated, but that should be a fallback
168 Views