Bug with kedro new --starter
data folder is not included
#3503
Labels
Issue: Bug Report 🐞
Bug that needs to be fixed
kedro new --starter
data folder is not included
#3503
Description
When doing
kedro new --starter=spaceflights-pandas
the project is created but thedata
folder is missing, it might be due to some interaction with thepost_gen_project.py
scriptContext
We can't run the starter pipelines without the data.
Steps to Reproduce
kedro new --starter=spaceflights-pandas
and look inside the directory of the created project.
Expected Result
Example data from the starter should be present in the data folder.
Actual Result
Data folder is missing and we can't run the pipeline.
Your Environment
pip show kedro
orkedro -V
): 0.19.1python -V
): 3.11The text was updated successfully, but these errors were encountered: