Add support for roles, endpoints, compute, etc. and update integration tests

This commit is contained in:
2024-01-23 08:30:17 -05:00
parent b2ba21c57e
commit 9e87b4e068
6 changed files with 376 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
## Endpoints
- [x] continue refactoring names of models in schema.py to remove `Model1` pattern.
- [ ] add support for roles, endpoints, compute, etc.
- [x] add support for roles, endpoints, compute, etc.
- [ ] saved queries? proceed without for now.
## General