villasv / aws-airflow-stack

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

Move the custom metric out of the yaml file #140

Closed villasv closed 4 years ago

villasv commented 4 years ago

YAML is a format that goes to shit pretty fast if one is not careful about its layout. Injecting JavaScript inline YAML is a guaranteed way to mess it up.

villasv commented 4 years ago

Closed by PR #139