https://prefect.io logo
m

matta

12/19/2020, 5:21 AM
What would be the "prefect-ic" way to make a little library with utility functions that multiple flows call?
👀 1
k

Kyle Moon-Wright

12/21/2020, 4:55 PM
Hey @matta, I think the best way is to utilize containerized storage and package your library into your image. I know others have had success with this method to pass custom tasks around to multiple teams across an organization.
m

matta

12/21/2020, 8:08 PM
Awesome, thanks!
2 Views