-
### Describe the bug
CI links:
https://github.com/valkey-io/valkey-glide/actions/runs/11698386348/job/32578606911#step:6:57
https://github.com/valkey-io/valkey-glide/actions/runs/11698386348/job/…
-
### Feature request
Hi, I would like to be able to, similar to how I can load structured outputs from the Playground into the Python client, be able to load tools signatures so I only have to impleme…
-
When querying the exporter, I only get the data of five snapshots in the repository. The latest (which is nice), the three oldest, and then the latest snapshot of the second-oldest month. The reposito…
-
I use the following code to reflect table
```python
from sqlalchemy import create_engine, text, Table, MetaData
engine = create_engine("starrocks://root@192.168.9.40:61031/default_catalog.graph",…
-
No time tonight to get a PR for these things going, but figured I would document my findings in case it is helpful to someone.
**Profile:** I'm someone with, shall we say, "fledgling" Python experi…
-
-
Hi, after discussing with @ChuckHend,
I will merge [pgmq-sqlalchemy](https://github.com/tembo-io/pgmq/tree/main/tembo-pgmq-python) with the current Python client package.
The process of merging …
-
### What is happening?
Workflow test failure for notebook `docs/source/optimizations/qscout/qscout_css.ipynb` with error `ERROR traitlets:client.py:567 Error occurred while starting new kernel cli…
-
# what
https://openlineage.io/docs/client/python uses the deprecated `from openlineage.client.facet` import, rather than the newer `from openlineage.client.facet_v2` import.
# ideal
https://open…
-
Hi,
I'm still trying to replace some Gunicorn with Unit, but I have issues when I try to shut down Unit gracefully. I expect it to properly handle the current requests before shutting down.
So, …