Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with kedro new --starter data folder is not included #3503

Closed
SajidAlamQB opened this issue Jan 12, 2024 · 1 comment
Closed

Bug with kedro new --starter data folder is not included #3503

SajidAlamQB opened this issue Jan 12, 2024 · 1 comment
Labels
Issue: Bug Report 🐞 Bug that needs to be fixed

Comments

@SajidAlamQB
Copy link
Contributor

SajidAlamQB commented Jan 12, 2024

Description

When doing kedro new --starter=spaceflights-pandas the project is created but the data folder is missing, it might be due to some interaction with the post_gen_project.py script

image

Context

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

  • Kedro version used (pip show kedro or kedro -V): 0.19.1
  • Python version used (python -V): 3.11
  • Operating system and version: MacOS
@SajidAlamQB SajidAlamQB added the Issue: Bug Report 🐞 Bug that needs to be fixed label Jan 12, 2024
@SajidAlamQB
Copy link
Contributor Author

Never mind it was an issue on my local machine its been solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Bug Report 🐞 Bug that needs to be fixed
Projects
Archived in project
Development

No branches or pull requests

1 participant