https://prefect.io logo
k

Kyle Pierce

10/05/2020, 6:10 PM
If I want to make a task reusable across flows do i need to make it into a package or is there someway to access modules in other files? I looked on the documentation there isnt anything the explains how to reuse tasks.
k

Kyle Moon-Wright

10/05/2020, 6:27 PM
Hey @Kyle Pierce, I think for reusing your tasks across flows, packaging your custom tooling is the best way to go. The documentation goes into this a little bit in reference to using containerized storage and including custom scripts, but I think the best reference for this practice is our community! This discussion comes to mind for a practical discussion.
k

Kyle Pierce

10/05/2020, 6:31 PM
Thanks @Kyle Moon-Wright
👍 1