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
We want to update the new /conf folder structure to look like
├── conf └── base ├── catalog_{pipeline-name}.yml #blank files └── parameters_{pipeline-name}.yml #blank files ├── catalog.yml #blank files └── parameters.yml #blank files
with separate catalog and parameters files for each pipeline in the project
rather than
├── conf └── base └── parameters.yml ├── {pipeline-name}.yml #blank files ├── catalog.yml #blank files └── parameters.yml #blank files
This change needs to be reflected in the
kedro pipeline create
The text was updated successfully, but these errors were encountered:
Add the docs ticket to this: #2754
Sorry, something went wrong.
This has been completed in:
No branches or pull requests
We want to update the new /conf folder structure to look like
with separate catalog and parameters files for each pipeline in the project
rather than
This change needs to be reflected in the
kedro pipeline create
command Update kedro pipeline create to use new /conf file structure #2752The text was updated successfully, but these errors were encountered: