[1/3] incubator-airflow git commit: [AIRFLOW-1017] get_task_instance shouldn't throw exception when no TI

2017-03-29 Thread criccomini
Repository: incubator-airflow Updated Branches: refs/heads/v1-8-test 15600e42c -> eb12f0164 [AIRFLOW-1017] get_task_instance shouldn't throw exception when no TI get_task_instance should return None instead of throwing exception in the case where dagrun does not have the task instance.

incubator-airflow git commit: [AIRFLOW-1017] get_task_instance shouldn't throw exception when no TI

2017-03-22 Thread davydov
Repository: incubator-airflow Updated Branches: refs/heads/master b586bd612 -> b2b9587cc [AIRFLOW-1017] get_task_instance shouldn't throw exception when no TI get_task_instance should return None instead of throwing exception in the case where dagrun does not have the task instance. Closes