uranusjr edited a comment on issue #17478:
URL: https://github.com/apache/airflow/issues/17478#issuecomment-895117815


   If we want to show info on the next run, yes it should be option 2. But the 
question is _why_ you want to know when’s the next run’s `execution_date`. The 
reason given in #2460 was:
   
   > The scheduler's DAG run creation logic can be tricky and one is easily 
confused with the `start_date + interval`
   and period end scheduling way of thinking.
   
   Which implies the reporter of #2460 does not actually care about the next 
run, but only wants to show that field because the next run’s `execution_date` 
is also the end of _this_ run’s data period. I don’t know whether it’s the 
intention behind this issue or not, so we should first figure that before 
deciding what to add.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to