prefect icon indicating copy to clipboard operation
prefect copied to clipboard

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.

Results 1155 prefect issues
Sort by recently updated
recently updated
newest added

- Adds a `DockerRegistry` block with a `login` capability. - Adds an `image_registry` setting to the `DockerContainer` infrastructure block allowing login to a registry before image pull. Addresses https://github.com/PrefectHQ/prefect/issues/6230 —...

### Summary Handles exceptions raised during the pre-transition hook fired by an `OrchestrationRule`. These errors will immediately abort the transition *without running the post-transition hook*. Normally, rules that abort a...

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. -...

enhancement
docs
status:triage
component:blocks

### Summary With all the work done on the `prefect` codebase, it can be tough to track and summarize the changes that have been made. This PR adds automatic changelog...

### Describe the bug When using the `prefect flow-run ls` with the `--state-type` flag on a state that produces no results errors out. This is minor issue, but it should...

bug
component:cli
v2
component:api
status:in-progress

### 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. -...

bug
needs:external
status:stale
great writeup
priority:medium

## Description The issue reported here https://github.com/PrefectHQ/prefect/issues/5663 is not fixed frozen data classes ## Reproduction / Example from prefect import flow from dataclasses import dataclass @dataclass(frozen=True) class MyDataClass: val1: bool...

bug
status:backlog
v2

## Description When I delete a specific deployment I get an internal server errors. Other deployments are possible to delete, but not this specific one. ## Reproduction / Example ```bash...

needs:details
v2

### 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. -...

bug
status:backlog

### Describe the bug Installation of conda and pipenv commands fails. I think this is because V2 has not yet been released for them. Why don't you add the install...

v2