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
Currently data_service.py contains the original code that would call the services implemented in renku-data-services. As a first step integration, calls are being made to localhost, the next step to remove that layer and tap directly into the backend.
The text was updated successfully, but these errors were encountered:
sgaist
changed the title
components/renku_data_services/notebooks/api/classes/data_service.py: I guess you'll do that in a followup PR but all the http calls in this file are superfluous and can be replaced with direct calls
notebooks: convert http calls to direct calls
Sep 11, 2024
Currently
data_service.py
contains the original code that would call the services implemented inrenku-data-services
. As a first step integration, calls are being made to localhost, the next step to remove that layer and tap directly into the backend.The text was updated successfully, but these errors were encountered: