This repository is an example to explain about how to migrate to Airflow 2.0. It was demonstrated in this seminar. That material is here (Japanese Only).
Execute the following script to generate .env file.
./make_env.sh
After that you just run the following command to launch Airflow 1.10.5 with docker compose.
docker compose up
Open http://localhost:8080
with your browser.
docker exec -t `docker ps -q -f name=airflow-migration-example_webserver` airflow upgrade_check