An open-source workflow management tool for defining task dependencies and running them on a schedule.
Formally Apache Airflow. You define the flow of tasks as a DAG (directed acyclic graph) in Python code, and it's commonly used to orchestrate data pipelines.
© 2026 ITBGM