uranusjr commented on issue #27672:
URL: https://github.com/apache/airflow/issues/27672#issuecomment-1314310203

   The first ever run of a DAG is generally calculated when the DAG is detected 
and pushed into the system by the DAG parser, before a DAG run is ever created. 
You should be able to see these fields in the `dag` table are already set at 
this point: `next_dagrun`, `next_dagrun_data_interval_start`, and 
`next_dagrun_data_interval_end`. The log you see is the scheduler retriving 
values for the _second_ run (and storing them in `dag`), after the first run is 
created from the aforementioned fields.


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