https://prefect.io logo
j

justabill

07/06/2023, 8:07 PM
We're excited to announce Prefect 2.10.19! This release includes a couple of exciting additions: Peer into the future with the experimental dashboard šŸ“Š This release also includes an opportunity to peer into the future with the new dashboard. The dashboard provides an overview of all Prefect activity, surfaces urgent information, and provides the context to understand that information. With the dashboard, you can: • Confirm that all flows run in the past 24 hours behaved as expected āœ… • Identify a flow run that recently failed and jump directly to its page ā‰ļø • See a work pool that is unhealthy and the work that is impacted āš ļø You can enable the new dashboard by running
prefect config set PREFECT_EXPERIMENTAL_ENABLE_WORKSPACE_DASHBOARD=True
in your terminal. Improvements to
git_clone
deployment pull step
git Previously, you had to apply the appropriate format for your service credentials in a
Secret
block using the
access_token
field in
git_clone
. The
git_clone
pull step now includes an additional
credentials
field, allowing you to leverage your existing
GitHubCredentials
,
GitLabCredentials
, or
BitBucketCredentials
blocks when cloning from a private repository. See the docs for examples. Check out the release notes for more information.
šŸ™Œ 13
šŸ” 4
šŸ‘€ 4
šŸ’Ø 5
šŸŽ‰ 22
ā¤ļø 14