alexbegg edited a comment on issue #19719:
URL: https://github.com/apache/airflow/issues/19719#issuecomment-975858267


   > If a task is after another that mean there is a dependency so airflow will 
not schedule a task if an upstream task haven't run yet , no matter the trigger 
rule of that second task.
   
   What I am trying to say with this issue is that the task shouldn't be a 
dependency because the run is before the task's start_date. I can go as far as 
saying I think there should be a full design change with the UI to make it so 
it shouldn't even render the task in the graph view and the tree view shouldn't 
show the task's square.
   
   Shouldn't dependencies be only tasks where the current run's datetime is 
within the task's start_date and end_date?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to