-
Notifications
You must be signed in to change notification settings - Fork 229
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
Entity creation APIs #387
Entity creation APIs #387
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.
This is a very important prerequisite PR for access control features. Very helpful enhancement.
I would suggest moving database.py
to a common folder under /registry
so that sql-based access control can reuse it.
Also, are the interface.py
and models.py
a common description for all backend registries? If so, shall we move those common definition outside of sql-registry
?
I plan to submit another following up PR for re-structuring, don't want to mess up before function stabilization. |
Agree, I can also help to do this my access control PR. |
…thr into windoze/sql-registry-create
SQL registry now support entity creation.
Before this PR the SQL registry solely worked with UI without creating functions.