-
### Bug summary
Hi!
I was following the [official guide](https://docs.prefect.io/integrations/prefect-snowflake/index) to allow Prefect reading/writing from/to Snowflake.
I have setup the nec…
-
### Description
Reported in Slack - Sonnet repeatedly stumbles with return_type=dict. https://prefect-community.slack.com/archives/C079VLLH5D3/p1731491267965619
### Example Code
```Python
import co…
-
### Meltano Version
2.15.3
### Python Version
3.9
### Bug scope
API
### Operating System
Linux - Ubuntu 20.04
### Description
Meltano unexpectedly raises a BrokenPipe error. Meltano runs as a…
-
Refer to [Matcalc EOS](https://github.com/materialsvirtuallab/matcalc/blob/8d3b7348f975f04606e1a83b8c0ff2ecf101865a/matcalc/eos.py#L20) to implement prefect job and flow
-
### Bug Summary
When attempting to serve a flow with the command `topic_poll_flow.serve(webserver=True)`, the tasks fail to start.
#### Steps to Reproduce:
- Run the deployment through the webs…
-
### Bug summary
i was trying to run a deployment that pulled code from private GITLAB repo and run it with prefect:managed work-pool and my runs are exited with "message": "Flow run process exited w…
-
### Bug summary
After upgrading from prefect 2 to 3, running `prefect --no-prompt deploy --prefect-file prefect.yaml --all` gets stuck indefinitely. With log level set to debug, the only console ou…
-
### Bug summary
I once had a profile named "local".
I deleted that profile and verified it is not present in profiles.toml.
Now I cannot create a profile named "local".
```bash
(base) jef…
-
### Describe the current behavior
When deploying Prefect on-premise, it is not possible to configure custom authorization methods, such as Basic Auth. For example, when somebody uses a reverse-proxy …
-
### Bug summary
```python
from typing import Any
from prefect import flow
from pydantic import BaseModel
class Foo(BaseModel):
a: int
b: str
class Bar(BaseModel):
c: Foo…