You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to clarify something, are you considering adding the functionality Nebari relies on as REST endpoints, or expose them in the conda-store Python API? If it's the former, I think it's already covered, at least judging from what's available in the REST API docs. Here's a small table outlining the Python functions we're using and (what I think) are the equivalent REST endpoints:
I was assuming the preferred way of interacting with conda-store from the configuration file was the Python API (maybe because historically we have been relying on that) but we would certainly be able to change to the REST API if it makes more sense.
I think you're right. So our goal here would be to expose a Python API that doesn't require access to the db or db schema.
I was assuming the preferred way of interacting with conda-store from the configuration file was the Python API (maybe because historically we have been relying on that) but we would certainly be able to change to the REST API if it makes more sense.
IMO we should support either approach, so I think there is something to be addressed here, and it's the Python API.
Feature description
See nebari-dev/nebari#2815 for more information about what internal functions are needed by nebari.
We should create whatever REST endpoints are necessary for nebari to avoid having to call internal conda-store functions.
Value and/or benefit
Access to the internal python API should not be necessary; fixing this will reduce the chance of breaking changes for users.
Anything else?
No response
The text was updated successfully, but these errors were encountered: