diff --git a/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-prefect.md b/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-prefect.md index e2aef64cb4..5a66acfb68 100644 --- a/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-prefect.md +++ b/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-prefect.md @@ -8,10 +8,10 @@ keywords: [how to, deploy a pipeline, Prefect] ## Introduction to Prefect -![Prefect Flow Run](images/prefect-flow-run.png) - Prefect is a workflow orchestration and observability platform that automates and orchestrates data pipelines. As an open-source platform, it offers a framework for defining, scheduling, and executing tasks with dependencies. It enables users to observe, maintain, and scale their data workflows efficiently. +![Prefect Flow Run](images/prefect-flow-run.png) + ### Prefect features - **Flows**: These contain workflow logic, and are defined as Python functions.