https://prefect.io logo
Title
s

Samuel Bunce

01/27/2023, 11:02 AM
hi Prefect - another question I had relating to this https://discourse.prefect.io/t/define-task-name-dynamically/1862 - i remember in prefect 1 it was easy to set custom task + flow names based on input parameters, but I haven't been able to get this to work in prefect 2, are there any plans to address this, or have I missed something already implemented? Thanks
c

Christopher Boyd

01/31/2023, 3:30 PM
you can call the task.with_options(name=)
s

Samuel Bunce

01/31/2023, 3:31 PM
will give it a go, thank you!