Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 278 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 278 Bytes

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