Skip to content

Commit 2d979c1

Browse files
committed
One last tweak.
1 parent 5c62373 commit 2d979c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-05-01-prefect-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ _What is Prefect?_
2121
[Prefect](https://www.prefect.io/) is an open-source Python library designed to simplify the process of building, scheduling, and monitoring data workflows. It provides a clean and expressive API that allows data engineers to define complex workflows using Python code, making it easy to create, test, and maintain data pipelines.
2222

2323
Prefect vs. Airflow: Similarities and Advantages
24-
[Prefect](https://www.prefect.io/) shares some similarities with [Airflow](https://airflow.apache.org/), as both tools aim to orchestrate and manage data workflows. However, Prefect offers several advantages over [Airflow](https://airflow.apache.org/):
24+
[Prefect](https://www.prefect.io/) shares some similarities with [Airflow](https://airflow.apache.org/), as both tools aim to orchestrate and manage data workflows. However, [Prefect](https://www.prefect.io/) offers several advantages over [Airflow](https://airflow.apache.org/):
2525

2626
1. **Python-native:** [Prefect](https://www.prefect.io/) is built around the concept of using pure Python code to define workflows, making it more intuitive and accessible to Python developers.
2727
2. **Task-based approach:** [Prefect](https://www.prefect.io/) introduces the concept of tasks, which are the building blocks of a workflow. Tasks encapsulate a single unit of work and can be easily composed to create complex workflows.

0 commit comments

Comments
 (0)