When registering workflow with the pyflyte registe...
# ask-the-community
s
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.
s
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.
s
@Samhita Alla Ok thanks
k
This is a feature request - to allow a user friendly name?
s
@Ketan (kumare3) I think it's a good feature.
k
@Sanjay Chouhan can you please create an issue in Flyte - https://github.com/flyteorg/flyte/issues
s
158 Views