Merge pull request #2195 from bolkedebruin/AIRFLOW-719
Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/4a6bef69 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/4a6bef69 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/4a6bef69 Branch: refs/heads/master Commit: 4a6bef69d1817a5fc3ddd6ffe14c2578eaa49cf0 Parents: f2dae7d 15fd4d9 Author: Bolke de Bruin <[email protected]> Authored: Tue Apr 4 17:04:12 2017 +0200 Committer: Bolke de Bruin <[email protected]> Committed: Tue Apr 4 17:04:12 2017 +0200 ---------------------------------------------------------------------- airflow/operators/latest_only_operator.py | 30 +++- airflow/operators/python_operator.py | 82 +++++++--- airflow/ti_deps/deps/trigger_rule_dep.py | 6 +- scripts/ci/requirements.txt | 1 + tests/dags/test_dagrun_short_circuit_false.py | 38 ----- tests/models.py | 77 +++++----- tests/operators/__init__.py | 2 + tests/operators/latest_only_operator.py | 2 +- tests/operators/python_operator.py | 167 ++++++++++++++++++++- 9 files changed, 301 insertions(+), 104 deletions(-) ----------------------------------------------------------------------
