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.