Comment on Why isn't everyone using code workflow platforms when creating new applications?Comments−appplication2yIn airflow your code has to be a DAG. Not all code can be DAGs. But I agree it can be nice. It is much less computationally efficient though with all the task overhead, scheduler, etc.
Comments
In airflow your code has to be a DAG. Not all code can be DAGs. But I agree it can be nice. It is much less computationally efficient though with all the task overhead, scheduler, etc.