-
I'm opening this issue as an easy way to interested parties to track development progress of the next major APScheduler release (v4.0).
## Terminology changes in v4.0
The old term of "Job", as i…
-
The Snowflake connector for python seems to be implemented essentially as API calls over HTTP. Using [aiohttp](https://github.com/aio-libs/aiohttp), companion subclasses to `SnowflakeConnector`, `Snow…
-
#### The problem
Coming from Django where we used Factory Boy really a lot to a new, async stack to fully support GraphQL with subscriptions which are really cool (uvicorn + Starlette + Ariadne) we a…
-
### Describe the bug
`prepared_statement_name_func` isn't respected for all database queries issued via asyncpg, in particular I noticed this for calls to the `set_type_codec` function.
### Opti…
-
I'm trying to build this according to the [bridge setup](https://github.com/tulir/mautrix-signal/wiki/Bridge-setup) docs, but perhaps I've borked my environment? Here's what I see:
```
$ pip insta…
-
Hi there,
coming from https://github.com/smartsdk/ngsi-timeseries-api/issues/407#issuecomment-738644201, I am asking myself whether it would be possible to use the CrateDB SQLAlchemy dialect togeth…
amotl updated
4 months ago
-
### How do you use Sentry?
Sentry Saas (sentry.io)
### Version
1.22.2
### Steps to Reproduce
1) install `sentry-sdk[fastapi]`
2) Create dependency that calls `set_user`, e.g.:
```…
-
### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Prefect documentation for this issue.
…
-
**Is your feature request related to a problem? Please describe.**
With the implementation of `get_online_features_async` to the `FeatureStore` class ([Issue](https://github.com/feast-dev/feast/issue…
-
### Describe the bug
I have a materialized column in my model that I want to replace with a `column_property`. I wrote this:
```python
class ...(....):
...
_validation_status_nhh: Mapped…