You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/09 16:59:21 UTC

[GitHub] [airflow] bbovenzi opened a new pull request, #22877: Adjust DAG/TI details panel

bbovenzi opened a new pull request, #22877:
URL: https://github.com/apache/airflow/pull/22877

   Improve the UI of the DAG and Task Instance details panel in Grid view.
   
   Changes:
   - We already show DAG description at the top of the page so it isn't necessary to show in the side panel, and we don't need an entire API request just for tags, you can find that in the actual DAG Details page.
   - Put DAG and DAG Runs details into the same table so both columns stay aligned
   - Include "Overall" for mapped task instances and groups to emphasize that they are summaries
   - Show startDate and endDate in context with duration
   - Remove repeat code usage of `numMap` to show a breakdown of task states
   - Include the state color in the details panel
   
   Before:
   <img width="1177" alt="Screen Shot 2022-04-08 at 2 35 24 PM" src="https://user-images.githubusercontent.com/4600967/162583721-10109eb5-b8dc-4443-b32e-46e7178eda52.png">
   
   After:
   <img width="1103" alt="Screen Shot 2022-04-09 at 12 46 42 PM" src="https://user-images.githubusercontent.com/4600967/162583730-c1f21574-4889-4a03-953a-0c6e495a7f95.png">
   
   Before:
   <img width="1181" alt="Screen Shot 2022-04-08 at 2 35 00 PM" src="https://user-images.githubusercontent.com/4600967/162583753-8b8da2c7-6f6f-46be-b716-1bb78233ccc7.png">
   
   After:
   <img width="1110" alt="Screen Shot 2022-04-09 at 12 58 30 PM" src="https://user-images.githubusercontent.com/4600967/162583845-11434546-c4bf-4eb1-82cb-bab3ed1d29cf.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: commits-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] bbovenzi merged pull request #22877: Adjust DAG/TI details panel

Posted by GitBox <gi...@apache.org>.
bbovenzi merged PR #22877:
URL: https://github.com/apache/airflow/pull/22877


-- 
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-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] github-actions[bot] commented on pull request #22877: Adjust DAG/TI details panel

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #22877:
URL: https://github.com/apache/airflow/pull/22877#issuecomment-1094103963

   The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the core of Airflow. If the committers decide that the full tests matrix is needed, they will add the label 'full tests needed'. Then you should rebase to the latest main or amend the last commit of the PR, and push it with --force-with-lease.


-- 
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-unsubscribe@airflow.apache.org

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