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

Update docs to reflect change to /conf file structure #2754

Closed
amandakys opened this issue Jul 3, 2023 · 0 comments · Fixed by #2913
Closed

Update docs to reflect change to /conf file structure #2754

amandakys opened this issue Jul 3, 2023 · 0 comments · Fixed by #2913
Assignees
Labels
Issue: Feature Request New feature or improvement to existing feature

Comments

@amandakys
Copy link

amandakys commented Jul 3, 2023

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 docs

@amandakys amandakys added the Issue: Feature Request New feature or improvement to existing feature label Jul 3, 2023
@merelcht merelcht moved this to To Do in Kedro Framework Jul 11, 2023
@DimedS DimedS self-assigned this Aug 2, 2023
@DimedS DimedS moved this from To Do to In Progress in Kedro Framework Aug 3, 2023
@DimedS DimedS linked a pull request Aug 8, 2023 that will close this issue
5 tasks
@DimedS DimedS moved this from In Progress to In Review in Kedro Framework Aug 8, 2023
@github-project-automation github-project-automation bot moved this from In Review to Done in Kedro Framework Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Feature Request New feature or improvement to existing feature
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants