Airlift is a toolkit for integrating Dagster and Airflow.
Airlift depends on the availability of Airflow’s REST API. Airflow’s REST API was made stable in its 2.0 release (Dec 2020) and was introduced experimentally in 1.10 in August 2018. Currently Airflow requires the availability of the REST API.
In this tutorial, we'll use dagster-airlift
to migrate an Airflow DAG to Dagster assets.
By the end of the tutorial, you'll understand how to use dagster-airlift
to enable a migration process that
In this tutorial, we'll use dagster-airlift
to observe DAGs from multiple Airflow instances, and federate execution between them using Dagster as a centralized control plane.
In this reference, we'll explain how to migrate common Airflow operators to Dagster.