|
|
|
|
|
by glogla
1419 days ago
|
|
Yeah, Airflow isn't multi-tenant. People can potentially overwrite each other's DAGs. Credential management is complicated. Broken DAG can stop whole Airflow. Slow DAG can impact performance of whole Airflow. Getting DAGs to wait for each other (like one team prepares data up to a point and then other team builds on that) is kind of a nightmare. Sometimes people want features from newer Airflow, but some other team built DAG that isn't forward compatible. Etc etc. But I'm not sure there actually is a better solution elsewhere. At least I have not seen it yet, maybe Dagster is on a good road. But as I said, for centralized solutions it works really well. |
|