bbovenzi opened a new pull request #17732: URL: https://github.com/apache/airflow/pull/17732
Adds info on the next run from `next_dagrun` in the hoem page list of all dags and on the individual dag pages. #17726 Unfortunately, `next_dagrun` only existed on `DagModel` and not `Dag` so I had to manually add it to every relevant endpoint in `views.py`. I also had to do some weird js logic to format the dates in line with the rest of the UI. Also, I tried to update the copy on execution date. Open to suggestions. <img width="1619" alt="Screen Shot 2021-08-19 at 4 15 18 PM" src="https://user-images.githubusercontent.com/4600967/130084389-8bf90487-d04a-440e-a8db-c73a50237fa1.png"> <img width="1018" alt="Screen Shot 2021-08-19 at 4 14 59 PM" src="https://user-images.githubusercontent.com/4600967/130084426-e8db0bb6-9733-43a5-992f-07e29bb93143.png"> --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more information. In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed. In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x). In case of backwards incompatible changes please leave a note in [UPDATING.md](https://github.com/apache/airflow/blob/main/UPDATING.md). -- 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]
