Apache Airflow
This is a fork of Airflow 1.10.3
Changes in our fork
- Fix scheduler bug that only allowed running 1 task at a time per DAG due to wrong batch commit
- Hide
DeleteandTrigger Dagbuttons from the DAG UI - Hide
Deletebutton from the main Airflow page - Fix
bail.button onclick action to redirect correctly to the DAG page - Fix
Mark Success&Mark Failedfunctionality, it was not using the rightFuture,Past,Downstream&Upstreamtoggles. - Cherry pick changes to fix pagination when
showPaused=Trueandhide_paused_dags_by_default=Truehttps://github.com/apache/airflow/pull/6100 - Fix too many notifications bug that would call the on failure notification callback on every scheduler loop https://github.com/github/airflow-sources/issues/2712