[AIRFLOW-1011] Fix bug in BackfillJob._execute() for SubDAGs
BackfillJob._execute() checks that the next run
date is less than
or equal to the end date before creating a DAG run
and task
instances. For SubDAGs, the next run date is not
relevant,
i.e. schedule_interval can be anything other than
No
Repository: incubator-airflow
Updated Branches:
refs/heads/master 75addb4a9 -> 56501e606
[AIRFLOW-1011] Fix bug in BackfillJob._execute() for SubDAGs
BackfillJob._execute() checks that the next run
date is less than
or equal to the end date before creating a DAG run
and task
instances. For Sub
Repository: incubator-airflow
Updated Branches:
refs/heads/v1-8-test 68b1c982e -> 2bebeaf95
[AIRFLOW-1011] Fix bug in BackfillJob._execute() for SubDAGs
BackfillJob._execute() checks that the next run
date is less than
or equal to the end date before creating a DAG run
and task
instances. For