Building an Airflow Pipeline Part 1
Airflow Overview
Airflow is a popular tool for orchestrating data engineering pipelines. It simplifies the process of managing chains of tasks that run together that make up a "pipeline".
Airflow organizes pipelines by DAGs (Directed Acyclic Graph). ...
tryexcept.hashnode.dev5 min read