pypi prefect 2.10.7
Release 2.10.7

latest releases: 3.0.5.dev3, 3.0.5.dev2, 3.0.5.dev1...
17 months ago

This release combines the previously separate flows and deployments UI pages into a single, holistic page that brings together information about flows and deployments, as well as recent and upcoming runs. You can now see the state of the most recent flow run for each flow and deployment, giving you a snapshot of the status of your workspace. In addition, you can now filter deployments by whether their schedule is active and the work pool to which flow runs are submitted. This release also introduces the new on_crashed hook for flows, allowing you to add client-side hooks that will be called when your flow crashes. This is useful for cases where you want to execute code without involving the Prefect API, and for custom handling on CRASHED terminal states. This callable hook will receive three arguments: flow, flow_run, and state.

Check out the release notes for more details.

Don't miss a new prefect release

NewReleases is sending notifications on new releases.