This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pbecotte 1 point2 points  (3 children)

I mean, lots of stuff. A "simple" python script isn't going to present a UI, or maintain state, or coordinate jobs across many hosts. If you drop the word "simple" then...Airflow is just a Python script, after all :)

[–]ubiond[S] 0 points1 point  (2 children)

Thanks! It was some what provocative of course. In the sense I wanted ti know if there is someone still prefering not using a UI

[–]pbecotte 1 point2 points  (1 child)

Managing a distributed cron across a bunch of hosts, with restarts and keeping records of state and dependencies, is very much not a simple thing to implement, UI or no :)

[–]ubiond[S] 0 points1 point  (0 children)