uranusjr commented on issue #25383: URL: https://github.com/apache/airflow/issues/25383#issuecomment-1198975178
`data_interval_end` is the end of the data interval, not the start of the next data interval. For a DAG that runs every five minutes, the data interval is the _span between that five minutes_, not the single second/minute/whatever the DAG is run. This is explained in the documentation, so I think the appropriate fix would be to link to that section. https://airflow.apache.org/docs/apache-airflow/stable/dag-run.html#data-interval -- 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]
