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 /conf file structure #2755

Closed
3 tasks done
amandakys opened this issue Jul 3, 2023 · 2 comments
Closed
3 tasks done

Update /conf file structure #2755

amandakys opened this issue Jul 3, 2023 · 2 comments
Labels
Issue: Feature Request New feature or improvement to existing feature Type: Parent Issue

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

@amandakys amandakys added Issue: Feature Request New feature or improvement to existing feature Type: Parent Issue labels Jul 3, 2023
@yetudada
Copy link
Contributor

Add the docs ticket to this: #2754

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 Type: Parent Issue
Projects
Archived in project
Development

No branches or pull requests

3 participants