villasv / aws-airflow-stack

Turbine: the bare metals that gets you Airflow
https://victor.villas/aws-airflow-stack/
MIT License
377 stars 69 forks source link

Install all airflow extra packages by default #172

Open villasv opened 4 years ago

villasv commented 4 years ago

Many users of this tack are being required to fork just to change the installation to add an extra-package.

The reason I chose not to do that previously is that installing the missing packages is easily achievable with a CodeDeploy script, plus it would significantly increase the installation time of the Python packages.

Hopefully this is something that its cheaper to do once AMIs are in place.