├── LICENSE <- Open-source license if one is chosen ├── Makefile <- Makefile with convenience commands like `make data` or `make train` ├── README.md <- The top-level README for developers using this ...
Create a .env file in the root directory of your project with the AIRFLOW_UID AND AIRFLOW_GID These additional variables are useful in case you are trying out/testing Airflow installation via docker ...