Hacker News new | ask | show | jobs
by qkhhly 1482 days ago
airflow is one piece of software that i hate very much, especially the aspect that my job definition is intertwined with the actual job code. if my job depends on something that conflicts with airflow's dependency, it gets ugly.

i actually like azkaban a lot better. of course, writing a plain text job config could also be painful. i think ideally you could write job def in python or other lang but it gets translates to plain text config and does not interfere with your job code in any way.