https://prefect.io logo
r

Riccardo Tesselli

07/18/2022, 9:46 AM
hi all, I’m about to start a new project based on Prefect 2.0. I was wondering if there is a best practice on how to organise the folders. Is it convenient to have separated packages for “flows”, “tasks” and so on, or something else? Is there a good repo based on Prefect 2.0 from which to take inspiration?
1
a

Anna Geller

07/18/2022, 10:48 AM
here is one example repo structure for 2.0 https://github.com/anna-geller/prefect-dataops a separate folder for flows makes sense, for tasks less so but ofc it depends on your setup
🙌 1
4 Views