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
tall-lock-23197
09/29/2022, 10:13 AM
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
gray-magician-44602
09/29/2022, 1:35 PM
@tall-lock-23197 Ok thanks
f
freezing-airport-6809
09/29/2022, 1:37 PM
This is a feature request - to allow a user friendly name?
g
gray-magician-44602
09/29/2022, 2:15 PM
@freezing-airport-6809 I think it's a good feature.