Is there an equivalent in prefect v2 to setting `t...
# ask-community
j
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
t
Also wonder if task.map() might help? https://docs.prefect.io/concepts/tasks/#map
👍 1