We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Design according to the proposed document: https://docs.google.com/document/d/1Eq9qd94967cYpSagTps34vHbHNhO4VMPs4R-6tNK8Eo/edit, we consider initialization Gravitino Python client.
gravitino/clients/client-python/*
requests
getVersion()
gravitino/clients/client-python/core
getVersionTest()
gravitino/clients/client-python/tests
We can refer to this article to create a Python library step by step. https://towardsdatascience.com/deep-dive-create-and-publish-your-first-python-library-f7f618719e14
#2113
The text was updated successfully, but these errors were encountered:
hi @Lanznx Are you interested in implementing this task?
Sorry, something went wrong.
yes, i'm willing to do it
da55fc7
Lanznx
No branches or pull requests
Describe the subtask
Design according to the proposed document: https://docs.google.com/document/d/1Eq9qd94967cYpSagTps34vHbHNhO4VMPs4R-6tNK8Eo/edit,
we consider initialization Gravitino Python client.
gravitino/clients/client-python/*
directory.requests
to connector Gravitino Server RESTful interface.getVersion()
Python function in thegravitino/clients/client-python/core
directory.getVersionTest()
UnitTest in thegravitino/clients/client-python/tests
directory.We can refer to this article to create a Python library step by step. https://towardsdatascience.com/deep-dive-create-and-publish-your-first-python-library-f7f618719e14
Parent issue
#2113
The text was updated successfully, but these errors were encountered: