I don\'t understand why do we need a \'start_date\' for the operators(task instances). Shouldn\'t the one that we pass to the DAG suffice?
Also, if the current time
Just to add to what is already here. A task that depends on another task(s) must have a start date >= to the start date of its dependencies.