Back to Developer Roadmap

Airflow

src/data/roadmaps/mlops/content/[email protected]

4.01.1 KB
Original Source

Airflow

Airflow is a platform used to programmatically author, schedule, and monitor workflows. It allows you to define workflows as Directed Acyclic Graphs (DAGs) of tasks, where each task represents a unit of work. Airflow then executes these tasks in the specified order, handling dependencies, retries, and logging along the way.

Visit the following resources to learn more: