When registering workflow with the pyflyte registe...
# flyte-support
g
When registering workflow with the pyflyte register command. The workflow name becomes script_name.workflow_name on console. Is there any way to ignore the script file name? I want the workflow name to be just workflow_name. For example, for this https://docs.flyte.org/en/latest/getting_started/index.html#create-a-workflow the workflow name will be example.wf instead of wf.
t
I don’t think that’s possible. You can have multiple workflows with the same name in different scripts. So it’s a good practice to identify them by their path. The path goes until the parent init.py file.
g
@tall-lock-23197 Ok thanks
f
This is a feature request - to allow a user friendly name?
g
@freezing-airport-6809 I think it's a good feature.
f
@gray-magician-44602 can you please create an issue in Flyte - https://github.com/flyteorg/flyte/issues
g
159 Views