raphaelauv commented on issue #19719:
URL: https://github.com/apache/airflow/issues/19719#issuecomment-979761347


   A task after another does not mean :
   
   " You can't run before that task "
   
   It mean :
   
   " You NEED that task to run before you "
   
   Example :
   
   _build_report_file_task_ >> _uplaod_report_file_task_
   
   So if _build_report_file_task_ have a specific start date then it impact 
_uplaod_report_file_task_
   
   


-- 
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