-
### What happens?
When trying to do a basic query in Python:
```
#! /usr/bin/python3
import duckdb
duckdb.read_csv('20503_switch_dump.csv')
```
it errors out with the following:
```
: Ou…
-
in website : https://fusionauth.io/docs/sdks/python
there is a small documentaion bug in below line :
client_response = client.create_user(None, user_request)
this line is incorrect and shou…
-
-
We are in the process of selecting a database to handle financial transactions for our new project and are considering using TigerBeetle. However, we've noticed that there is currently no official Pyt…
-
### Why this feature?
Currently I'm working on a robot ralated project, in which all robot-related third-party codes are written in python. I want to introduce the openim-sdk in our project to impl…
-
# Background
Currently, DLRover uses the official Kubernetes Python client to interact with the Kubernetes API Server. This part of implementations are quite important because it involves managing th…
-
## What
1. [ ] Publish the next release of lakefs-client with a changed description.
Instead of "lakeFS HTTP API", state somewhere "[EOL] Do NOT use:
lakeFS OpenAPI Python client legacy…
-
### Is this a new feature, an improvement, or a change to existing functionality?
New Feature
### How would you describe the priority of this feature request
Significant improvement
### Please pro…
-
Hi,
I am using python api script for Power BI Meta data. The script was running fine for 1-2 months, without any issue. But suddenly getting this following Error:
requests.exceptions.HTTPError: 40…
-
Creating this issue to try and track the progress on a 'native' python client for pglite.
Is it correctly understood that `postgres.wasm` needs to be changed to not be dependent on the javascript i…