Skip to content

Instantly share code, notes, and snippets.

@akoeltringer
akoeltringer / AirflowSubdagConcurrencyReproduce.md
Last active August 9, 2018 09:28
Reproduce Airflow Subdag Concurrency Issue

Reproduce Airflow Subdag Concurrency Issue

Install Airflow

mkdir AirflowTemp
cd AirflowTemp
python -m venv venv
source venv/bin/activate
pip install "SQLAlchemy==1.1.15" "apache-airflow[crypto,password,mysql]==1.9.0"