Hi all! We're starting to dip our toes into prefect for orchestrating our production pipelines and where wondering if there where any skeletons / references / best practices around how to split our modules, and our repo structure in general?
👍 1
n
Nate
09/30/2024, 3:27 PM
hi @Demian Licht - here anexample, although I'd say it really depends on a lot of things what the ideal repo structure is.
in this case, I want to have a library
prefect-pack
where I can define utilities for both my deployment process, as well as utilities for the flows themselves to use