5 ms·
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 batc
by cdancette 8y 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.