Apache AirflowΒΆ

Airflow is a open source platform to programmatically author, schedule and monitor workflows.

Airflow pipelines are defined in Python, allowing for dynamic pipeline generation. This allows for writing code that instantiates pipelines dynamically. Howevere, Apache Airflow does not limit the scope of your pipelines; you can use it to build ML models, transfer data, manage your infrastructure, and more.