-
Notifications
You must be signed in to change notification settings - Fork 53
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 metadata labels. #370
Update metadata labels. #370
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A good start - we also need to include these labels in the dict that is created to be sent to Studio.
Can you ensure that this PR is rebased to latest develop? The linting and tests should all be passing. |
I checked and tried to rebase but it was last one. I also did pre-commit to check if everything is okay with linting |
My local machine and github is giving different results for linting. Reorder is the problem. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still some updates to do here.
I have had similar issues with the import sorting - it seems to be something to do with whether modules are available locally or not when the import sorting happens, but I've not found a good fix for it. Would be good to work out if you have any ideas.
Hrm, not sure why but locally my pre-commit is now agreeing with the github action. |
Add new labels for metadata in ricecooker and validate them with le_utils
fixes #367