Greg Vaslo
09/02/2024, 11:38 PMYury Fedotov
09/03/2024, 2:10 AMdata
folder in the root of the project, and then add whatever subfolders you want. In this case you may also want to manually add .gitkeep
file to add subfolders, to that the folder structure is checked in to version control.
• If you want to get the exact setup that Kedro would create during project init, easiest way would be to create a second Kedro project, cut and paste the data
folder from it to your original project, and delete that second one.Greg Vaslo
09/03/2024, 2:24 AMYury Fedotov
09/03/2024, 2:52 AMGreg Vaslo
09/03/2024, 3:40 AMJuan Luis
09/03/2024, 9:04 AMJuan Luis
09/03/2024, 9:05 AMkedro-init
/ copier-kedro
right?Juan Luis
09/03/2024, 9:05 AMkedro new
there's no way to add add-ons after the project has been created, but it's something we considered at some pointGreg Vaslo
09/03/2024, 2:11 PMJuan Luis
09/03/2024, 2:41 PM