Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (20 loc) · 564 Bytes

File metadata and controls

37 lines (20 loc) · 564 Bytes

dagster-airflow-migration-example

an example of doing a lift-and-shift migration of airflow to dagster using the dagster-airflow integration library

to run as airflow

docker-compose build

docker-compose up

to run as dagster

pip install -e ".[dev]"

dagster dev

to run on dagster-cloud

pip install -e ".[dev]"
pip install dagster-cloud


dagster-cloud serverless deploy \
      --location-name dagster_migration  \
      --package-name  dagster_migration