Skip to main content

Decommission Airflow DAGs after migration

info

Airlift v2 is under active development. You may encounter feature gaps, and the APIs may change. To report issues or give feedback, please reach out to your CSM.

Once you have migrated your Airflow DAGs to Dagster and are confident in your migrated versions of Airflow tasks, you can decommission your Airflow DAG.

Steps

First, remove the DAG from your Airflow DAG directory.

Next, remove the task associations from your Dagster definitions by removing the assets_with_task_mappings call.

Finally, attach your assets to a ScheduleDefinition so Dagster's scheduler can manage their execution.