Skip to content

potix2/airflow-migration-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this repository?

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).

Setup

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.

Run airflow upgrade_check

docker exec -t `docker ps -q -f name=airflow-migration-example_webserver` airflow upgrade_check

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published