By default, Airflow uses sqlite as a database, but as sqlite just supports one connection at a time, it is mostly used for development purposes.
The volumes mounted in docker compose are
requirements.txt to install additional pip packages
.ssh folder with the security keys, in order to use (e.g.) SSH and SFTP Hooks in Airflow
Please review my Week II assignment!
My name: Saverio Guzzo My GitHub repository: https://github.com/saveriogzz/docker-workshop Description: docker-compose.yml will spin up two containers
By default, Airflow uses sqlite as a database, but as sqlite just supports one connection at a time, it is mostly used for development purposes. The volumes mounted in docker compose are
The Dockerfile was used to build the docker image