A Airflow-environment.
References:
cd <your-projects-dir>
git clone https://github.com/libranet/libranet-airflow.git
just install
Initialize database:
just airflow-db-migrate
Running webserver in standalone-mode
just airflow-standalone
And then point your browser to http://127.0.0.1:8080
Run the unittests with pytest:
just pytest
code .