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
Delete
andTrigger Dag
buttons from the DAG UI - Hide
Delete
button from the main Airflow page - Fix
bail.
button onclick action to redirect correctly to the DAG page - Fix
Mark Success
&Mark Failed
functionality, it was not using the rightFuture
,Past
,Downstream
&Upstream
toggles. - Cherry pick changes to fix pagination when
showPaused=True
andhide_paused_dags_by_default=True
https://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