-
We are currently using https://github.com/databricks/databricks-sql-python/blob/a5b1ab0745bb0a4e917ea800f36ae4b74d079a75/examples/README.md?plain=1#L34 to fetch statement ID when executing queries usi…
-
and install sqlalchemy like so:
_base.in
```sqlalchemy[postgresql_asyncpg]```
_test.in
```sqlalchemy[postgresql_asyncpg, mypy]```
Includes async features through asyncpg engine.
Here the sqlaclhem…
-
I was trying out the async resource provider to verify that it is actually closing the resource.
However, I noticed that it is not closing the resource.
After deep investigations I found out that …
-
Hi there,
after closing crate/sqlalchemy-cratedb#100 and bringing in crate/crate-python#391, we may want to look at [SQLAlchemy support for Python asyncio]. Currently, trying to invoke the CrateDB …
amotl updated
5 months ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### What happened?
Once trying to chat with newly create brain got:
`UnauthorizedError: status_code: 401, body: {'message': 'invalid api token'}`
This bug only happens when trying to chat with …
-
### Bug summary
**First check**
- I added a descriptive title to this issue.
- I used the GitHub search to find a similar issue and didn't find it.
- I searched the Prefect documentation for …
-
### Describe the bug
When my database uses Postgres 16 with pgvector-rs and applies the following index, an unexpected error occurs when I attempt to auto-generate a revision through Alembic. The r…
-
DESAFIO
># Instalação das Dependências
`pip install fastapi sqlalchemy fastapi-pagination uvicorn
`
>#Criação do Modelo de Dados
```
from sqlalchemy import Column, Integer, String, ForeignK…
-
Is there any way to turn miniapps/fastapi-sqlalchemy to async ?
Im using postgresql+asyncpg on connection
replaced all classes with async ones..
from sqlalchemy.ext.asyncio import create_asyn…