Apache Airflow is an open-source platform used to programmatically author, schedule, and monitor workflows. Directed Acyclic Graphs (DAGs) in Airflow are the core component that represents a workflow.
This tutorial will walk through the process of peering, observing, and migrating assets from an Airflow DAG to Dagster. First, clone the tutorial example repo locally, and enter the repo directory.