Hey team! Any recommendations for the best way to ...
# best-practices
j
Hey team! Any recommendations for the best way to structure the directories of a prefect project? My company is using the medallion architecture. Currently we have one directory for tasks and another for workflows, with a file naming convention tied to the medallion architecture, eg
b_2_c_task_descriptor.py
. This might scale up well, but I think better to break tasks and workflows into their own directories. Thoughts? What has scaled well for you?
❤️ 2