Skip to content
Apache Airflow (Incubating)
Python JavaScript HTML CSS Shell Dockerfile
Branch: gh-1.10.3
Clone or download
Pull request Compare This branch is 832 commits ahead, 3146 commits behind apache:master.

Latest commit

preston-m-price Merge pull request #22 from github/remove-broken-links
Removed orphaned/broken symlinks that are causing 'pip download' failures
Latest commit c017f16 Feb 24, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github [AIRFLOW-XXX] Fix flake8 issues Jan 10, 2019
airflow
dags [AIRFLOW-2918] Fix Flake8 violations (apache#3772) Jan 10, 2019
dev [AIRFLOW-XXX] Improve airflow-jira script to make RelManager's life e… Mar 8, 2019
docs [AIRFLOW-4232] Add `none_skipped` trigger rule (apache#5032) Apr 6, 2019
licenses
scripts [AIRFLOW-3003] Pull the krb5 image instead of building (apache#3844) Mar 27, 2019
tests [AIRFLOW-5387] Handle showPaused URL param properly Sep 19, 2019
.coveragerc [AIRFLOW-3281] Fix Kubernetes operator with git-sync (apache#3770) Jan 10, 2019
.editorconfig [AIRFLOW-2287] Fix incorrect ASF headers Apr 14, 2018
.flake8 [AIRFLOW-3697] Vendorize nvd3 and slugify (apache#4513) Feb 25, 2019
.gitignore [AIRFLOW-3811] automatic generation of API Reference in docs (apache#… Mar 27, 2019
.rat-excludes [AIRFLOW-3697] Vendorize nvd3 and slugify (apache#4513) Feb 25, 2019
.readthedocs.yml [AIRFLOW-2857] Fix Read the Docs env (apache#3703) Aug 7, 2018
.travis.yml [AIRFLOW-4177] Check types in tests (apache#4994) Apr 6, 2019
CHANGELOG.txt [AIRFLOW-XXX] Changes since 1.10.3rc1 Apr 6, 2019
CONTRIBUTING.md [AIRFLOW-4001] Update docs about how to run tests (apache#4826) Mar 27, 2019
INSTALL [AIRFLOW-3692] Remove ENV variables to avoid GPL (apache#4506) Feb 23, 2019
LICENSE
MANIFEST.in
NOTICE [AIRFLOW-3697] Vendorize nvd3 and slugify (apache#4513) Feb 25, 2019
README.md Add change to Readme Feb 4, 2020
TODO.md [AIRFLOW-2779] Add license headers to doc files (apache#4178) Nov 12, 2018
UPDATING.md Revert "[AIRFLOW-4122] Deprecate chain function (apache#4940)" Apr 5, 2019
run_unit_tests.sh [AIRFLOW-2499] Dockerise CI pipeline (apache#3393) Jan 10, 2019
setup.cfg
setup.py
tox.ini

README.md

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 and Trigger 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 right Future, Past, Downstream & Upstream toggles.
  • Cherry pick changes to fix pagination when showPaused=True and hide_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
You can’t perform that action at this time.