-
Notifications
You must be signed in to change notification settings - Fork 1
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
new prov metadata endpoint #786
Conversation
… service-specific exceptions. @TODO-expanded testing, revised comments
…rov-metadata endpoint.
…rov-metadata endpoint.
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.
@kburke in addition to the changes noted in the code comments, I'd also want you to rename the two new modules to avoid confusion. Because they are not fully tested and may not be a direct replacement of some existing logics in app.py
.
entity_worker.py
->dev_entity_worker.py
entity_exceptions.py
->dev_entity_exceptions.py
There will be ongoing efforts to refine and test these new modules based on our priorities. For now the dev_
prefix indicates they are still in "development" phase and we don't lose your work in the meanwhile.
…g requested entity dictionary to a single property.
…-metadata. Prefix new files as dev_ until generally available for developers working on entity-api.
Initial release of /prov-metadata endpoint, with EntityWorker