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

Make it possible to create project from config without providing add_ons or example_pipeline #3342

Closed
Tracked by #3331
merelcht opened this issue Nov 24, 2023 · 1 comment · Fixed by #3370
Closed
Tracked by #3331

Comments

@merelcht
Copy link
Member

Description

Creating a project from config without providing add_ons or example_pipeline fails.

Context

config.yml:

project_name: My First Kedro Project
repo_name: testing-kedro
python_package: test_kedro

By itself, this doesn't work - throws the following error:

kedro.framework.cli.utils.KedroCliError: example_pipeline, add_ons not found in config file.
Run with --verbose to see the full exception

I would assume these would use the default values if not provided.

Expected behaviour

The above config yaml is valid and so project creation should succeed.

@SajidAlamQB
Copy link
Contributor

Completed in: #3370

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants