I have a codebase (standard cookiecutter DS project ) that I want to start refactoring into workflows with Metaflow. Should I build another repo?
v
victorious-lawyer-58417
05/04/2024, 3:40 AM
not necessarily. You can get started by adding one file with a flow in your existing repo
victorious-lawyer-58417
05/04/2024, 3:41 AM
if you have existing modules in your repo, it might be beneficial to add the flow file there so you can use all the existing functionality with minimal effort
See here for ideas how to structure projects