We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
add_ons
example_pipeline
Creating a project from config without providing add_ons or example_pipeline fails.
config.yml:
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.
The above config yaml is valid and so project creation should succeed.
The text was updated successfully, but these errors were encountered:
kedro new
--config
Completed in: #3370
Sorry, something went wrong.
DimedS
ankatiyar
Successfully merging a pull request may close this issue.
Description
Creating a project from config without providing
add_ons
orexample_pipeline
fails.Context
config.yml
:By itself, this doesn't work - throws the following error:
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.
The text was updated successfully, but these errors were encountered: