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 kedro catalog create to use new /conf structure #2844

Closed
Tracked by #2752
amandakys opened this issue Jul 26, 2023 · 0 comments · Fixed by #2884
Closed
Tracked by #2752

Update kedro catalog create to use new /conf structure #2844

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

Comments

@amandakys
Copy link

amandakys commented Jul 26, 2023

Description

Currently, the kedro catalog create command creates a new /catalog folder and adds a {pipeline-name}.yml inside (or just adds the file to the catalog folder if it aready exists.

Possible Implementation

Before

├── conf
    └── base
        └── catalog         
	    ├── data_science.yml     #blank files
        ├── catalog.yml              #blank files   
	└── parameters.yml           #blank files

After

├── conf
    └── base
	├── catalog_data_science.yml          #blank files
        ├── catalog.yml          #blank files   
	└── parameters.yml       #blank files

Calling kedro catalog create will:

  • add catalog_{pipeline_name}.yml to /conf
  • continue to do its current logic to create catalog entries for the corresponding pipeline
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