https://prefect.io logo
#prefect-community
Title
# prefect-community
c

Chris White

07/17/2020, 8:27 PM
what happened when you used task slug? that was going to be my recommendation
oh nevermind i think i see the issue
i

itay livni

07/17/2020, 9:38 PM
@josh Is this ok to do in a Flow?
Copy code
process_resource_df.name = "process-e1"
cleaned_e1_df = process_resource_df(e1)

 process_resource_df.name = "process-e2"
 cleaned_e2_df = process_resource_df(e2)
It worked. -- And that way I dont need to mess about with template task targets.