-
### 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…
-
# 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…
-
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…
-
test/spark/run-test.py still uses the legacy _Python_ `lakefs_client` for setup. Given that it's deprecated, this is embarrassing and a tech debt. Update it to use the HL SDK `lakefs`, or at leask `…
-
### Expected behavior
When Trino coordinator has http-server.process-forwarded=true set, connections over http can be assumed secured by LB or proxy and should be allowed.
### Actual behavior
This …