Hacker News new | ask | show | jobs
by cdancette 2961 days ago
python in airflow is just used to define your graph and trigger your jobs. I think it's a wonderful language to do this.

You can (and should) program your batch jobs in other languages than python if you have large amount of data of course.