-
Notifications
You must be signed in to change notification settings - Fork 121
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
Python SDK: PUT/GET API for vineyard csi driver #1555
Labels
component:python
Issues about vineyard's python SDK
Comments
Hi @sighingnow, could you please review this? |
Don't close the client. Just leave it as it and there's a connection manager that will manage its lifetime. |
client.get(name=...) |
Copy. |
sighingnow
pushed a commit
that referenced
this issue
Sep 8, 2023
…olume. (#1557) Fixes #1555 Signed-off-by: Ye Cao <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe your problem
The issue is part of #1528, and also as a follow-up of #1533.
During integration with kubeflow, we need to provide a simple PUT/GET API to replace the original IO API(such as read_csv/to_csv/read_parquet/to_parquet and so on). The design is as follows:
vineyard.read('path')
vineyard.write(value, 'path')
The text was updated successfully, but these errors were encountered: