Makefile and configuration to run Apache Airflow with Postgres DB backend and LocalExecutor
.
- Python3.6
- python3-dev
- virtualenv
- Postgres
make requirements
make initdb
# in two terminals
make webserver
make scheduler
To pass the metadata database connection string
export AIRFLOW__CORE__SQL_ALCHEMY_CONN=postgresql+psycopg2://airflow:password@localhost