Development You can start a development environment with: docker-compose up Airflow needs to be restarted for your changes to take effect: docker-compose restart airflow Testing You can run the tests suite with: ./run_test.sh