top | item 28805516

(no title)

psychometry | 4 years ago

If it's all Python, why not use Prefect?

discuss

order

pid-1|4 years ago

It didn't exist when we bootstrapped our department. Nowadays Airflow is a dev favorite and we have no good reason to seek alternatives.

yashasolutions|4 years ago

First time I read about Prefect, can you briefly share why you would use prefect over airflow if using only python? (that's what I am about to be doing soon...)

jonahbenton|4 years ago

Have been a Prefect user since their first release. In a nutshell, it's a native pythonic DAG tool, where Airflow is a DAG tool that happens to be written in Python.