https://prefect.io logo
Title
j

jack

03/01/2023, 10:08 PM
Is there an equivalent in prefect v2 to setting
task_args=dict(name='Name of Task')
? In this case there is a single task that is called multiple times, with different arguments each time. Hoping to make it easier to visualize by having descriptive names for each task run.
r

redsquare

03/01/2023, 10:19 PM
t

Taylor Curran

03/01/2023, 10:55 PM
Also wonder if task.map() might help? https://docs.prefect.io/concepts/tasks/#map
👍 1