Hi, Anyone knows how to name task runs based on i...
# ask-community
l
Hi, Anyone knows how to name task runs based on inputs, but without using the
@task
decorator? I am sub classing
Task
and would like to name it based on the inputs given to
run
1
g
https://docs.prefect.io/core/idioms/task-run-names.html has a full example for how to do this with
Task
subclasses (the final code snippet on the page).
l
Oh.... I completely miss that, sorry. And thank you @Greg Roche
👍 2