

Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from packaging->pytest->-r /requirements.txt (line 1)) (1.14.0)ĭownloading pyparsing-2.4.7-py2.p圓-none-any.whl (67 kB) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.7/site-packages (from importlib-metadata>=0.12 python_version pytest->-r /requirements.txt (line 1)) (2.2.0) Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.7/site-packages (from pytest->-r /requirements.txt (line 1)) (19.3.0) Requirement already satisfied: importlib-metadata>=0.12 python_version -r /requirements.txt (line 1)) (1.5.0)ĭownloading 圓-none-any.whl (37 kB)ĭownloading pluggy-0.13.1-py2.p圓-none-any.whl (18 kB)ĭownloading py-1.8.1-py2.p圓-none-any.whl (83 kB) Starting airflow-on-docker-compose_postgres_1. Let's edit our first DAG: dags/dummy_dag.py

#AIRFLOW DOCKER FILE CODE#
we share our dags/test/plugins directories with the host so we can just edit our code on our local machine and run all the tests in container.we will use postgres instance running as another docker container.we allow to pass custom environment variables straight from the dotenv file (best practice is not include it in the files).Test: "]Īs you can see we have several things there:
