-
### Bug summary
#### discussed in https://prefect-community.slack.com/archives/CL09KU1K7/p1731690940849709
Prefect does not recognize api.url when included in local pyproject.toml
`prefect …
-
### Describe the current behavior
Prefect does not seem to work well with a kubernetes autoscaling strategy or in general in a context where compute resources are elastic and can be scaled up and d…
-
I figured out that our Prefect server deployment was running slow over time and we had trouble scheduling new jobs or updating data in the UI. The issue was the Prefect internal database that was over…
-
### Bug summary
```python
from asyncio import run
from prefect.blocks.core import Block
from prefect.utilities.asyncutils import sync_compatible
from pydantic import MongoDsn, SecretStr
cl…
-
### Bug summary
When PREFECT_API_DATABASE_CONNECTION_URL is defined in prefect.yaml it is not being used. Only when you set it on os level (ie export PREFECT_API_DATABASE_CONNECTION_URL="xxx") in the…
-
### Bug summary
Updating a deployment name through the UI doesn't seem to work. I see a `deployment.updated `event in the audit log and event feed, but the deployment name doesn't change.
### Versio…
-
### Bug summary
# Introduction
We are using prefect 2.18.3 on via windows conda environments. We are noticing that prefect does not return on CLI whenever we activate the virtual environment from…
-
### Bug summary
when scheduling a flow on windows using the `deployments.run_deployment(...)` function I get a prefect error that seems to be all about the internals of prefect not working right - so…
-
### Bug summary
When I visualize a flow run in a local server, the flow runs successfully but the visual info on server does not work very well. I do not see any task runs, and the flow runs do not a…
-
### Bug summary
I created a environment, `pip install -U prefect` and tried running `prefect server start` and get the below error.
Thanks for any help!
trace and pip freeze
$ python -…