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

Create a mapping between code envs and projects/recipes #10

Open
hrjn opened this issue Jan 7, 2021 · 0 comments
Open

Create a mapping between code envs and projects/recipes #10

hrjn opened this issue Jan 7, 2021 · 0 comments
Labels

Comments

@hrjn
Copy link
Contributor

hrjn commented Jan 7, 2021

It is often useful for a DSS admin to check where a given code env is used before updating/deleting it.

The goal here is to write a function that checks across all projects which recipes/notebooks/models/etc. leverage specific code environments. The output would be a dictionary mapping code environments to projects and project items, e.g.:

{
	"code_env_A": [{
		"project_X": {
			"recipes": ["compute_i", "compute_j"],
			"notebooks": ["notebook_i"]
		}
	}]                
}
@hrjn hrjn added the admin label Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant