Acehaidrey opened a new pull request #19921: URL: https://github.com/apache/airflow/pull/19921
<!-- Thank you for contributing! Please make sure that your code changes are covered with tests. And in case of new features or big changes remember to adjust the documentation. Feel free to ping committers for the review! In case of existing issue, reference it using one of the following: closes: #ISSUE related: #ISSUE How to write a good git commit message: http://chris.beams.io/posts/git-commit/ --> In the Airflow Summit 2021, we presented about some additional views and tools we worked on to give users quicker insights about their workflows. The full talk was here: https://airflowsummit.org/sessions/2021/usability-improvements-debugging-inspection-tooling/. But the one this is tackling is the dagrun history view, which helps illustrate the dagruns that were run for this dag, with the additional information about each run and formatted in a more readable way. This is similar to the dagrun tab in the webserver but is simpler for the user as it is already at the dag view. We also show duration to identify outliers. We allow them to also link to all the records if they like which links to the dagrun tab. It also has a final column to show the type of run prefix it is, i.e. scheduled, backfill, manual, other. <img width="1027" alt="Screen Shot 2021-11-30 at 1 49 50 AM" src="https://user-images.githubusercontent.com/10408007/144173584-31f94e14-d938-4e81-b5c6-35ab32578a7b.png"> <img width="1025" alt="Screen Shot 2021-11-30 at 1 50 00 AM" src="https://user-images.githubusercontent.com/10408007/144173586-241a31a9-d13b-4331-a0ff-4b3d7807660b.png"> <img width="1030" alt="Screen Shot 2021-11-30 at 1 51 37 AM" src="https://user-images.githubusercontent.com/10408007/144173587-953afef0-6df3-489c-9c98-b8a549108943.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]
