This is a repository for learning Airflow, created with real-world development practices in mind as much as possible.
| name | version | url |
|---|---|---|
| just | 1.34.0 | https://github.com/casey/just |
| docker | 27.1.1 |
Airflow environment is set up by docker-compose.yaml.
This file can be get from official page.
- Create .env
just create-env- Up Airflow
just up-airflow- Down Airflow
just down-airflowREF1: apache/airflow#49646
REF2: apache/airflow#50538
AIRFLOW__API_AUTH__JWT_SECRET: '${AIRFLOW__API_AUTH__JWT_SECRET}'echo "AIRFLOW__API_AUTH__JWT_SECRET='$(openssl rand -base64 16)'" >> .env