
We will move away from the usage of if/else block and will instead make use of inheritance (promenade base operator) and task specific operators in our dags to execute the workflow Change-Id: Id32592d4f5f2d32e479344c7b859493b6bb450cb
Shipyard Airflow
A python REST workflow orchestrator
To run:
$ virtualenv -p python3 /var/tmp/shipyard
$ . /var/tmp/shipyard/bin/activate
$ python setup.py install
$ uwsgi --http :9000 -w shipyard_airflow.shipyard --callable shipyard -L