https://prefect.io logo
Title
i

iñigo

02/25/2022, 8:57 PM
Hello community I've developed some flows and some of them use the same (made by me) task. I'd like to know if there are some best practices while using a same task over some flows and not repeating in each flow. Thanks in advance
k

Kevin Kho

02/25/2022, 9:04 PM
Hey @iñigo, at that point I think you should invest in making a Python library that contains all the dependencies and using it as the base image of the Flows. You can read more about that here
i

iñigo

02/26/2022, 9:48 AM
Hi, thank you very much. Appreciated!
👍 1