Read-only mirror of https://github.com/opendatabs/airflow — Kanton Basel-Stadt. Issues & pull requests at the source.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-07-26 16:29:44 +02:00
.gitignore Initial commit 2022-07-26 16:29:44 +02:00
README.md Initial commit 2022-07-26 16:29:44 +02:00

Follow the steps outlined here:

[Mac V. 2.3.4] brew install docker-compose
curl -LfO 'https://airflow.apache.org/docs/apache-airflow/2.2.4/docker-compose.yaml'
echo "AIRFLOW_UID=50000" > .env
docker-compose up airflow-init
docker-compose up

docker-compose down
  • To tear down and delete everything:
docker-compose down --volumes --rmi all
rm -rf dags
rm -rf logs
rm -rf plugins