Apache Airflow is an open-source platform to programmatically author, schedule, and monitor workflows. It allows you to define workflows as Directed Acyclic Graphs (DAGs) using Python code.
This repository contains a 7-lesson course that will walk you step-by-step through how to design, implement, deploy, and monitor an ML batch system using MLOps good practices. During the course, you ...