prefect
prefect copied to clipboard
Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
Add `DockerRegistry` block for `DockerContainer` to pull images from registries with authentication
- 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. -...
### 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...
### 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. -...
## 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...
## 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...
### 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. -...
### 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...