singlestoredb-python
singlestoredb-python copied to clipboard
Python SDK for the SingleStore database and workspace management APIs
This PR improves the performance of scaler UDFs by creating tasks for function execution.
This branch includes support for JSON inputs and outputs for UDFs. This includes ways of specifying the JSON SQL type and applying transformers on the inputs and outputs to translate...
Add comprehensive wrappers for all missing Management API endpoints: - Teams management (teams.py): Full CRUD operations, identity roles - Private connections (private_connections.py): AWS, Azure, GCP support - Audit logs (audit_logs.py):...
This PR adds the change to return the associated workspacegroup and database when the base url is called
There are some management api endpoints that have a different api version (v2). To handle these cases, we created a new generic attribute of the Manager class that copies the...