Hacker News new | ask | show | jobs
by DSpinellis 260 days ago
That's the point: non-dependant tasks can run concurrently in Airflow. In sh/BAsh/dgsh dependant tasks can also run concurrently, as in tar cf - . | xz.
1 comments

Ok. thank you!