You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "bbovenzi (via GitHub)" <gi...@apache.org> on 2024/02/21 19:48:38 UTC

[PR] Show dataset events above task/run details in grid view [airflow]

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

   Before, we had dataset events linked to a task instance or dag run below all of the details. It is too easy to miss that information, especially since those details contain a lot more information. Now all datasets are above all of the task/run metadata.
   
   Also, broke up each section into its own component to keep our files smaller.
   
   
   Before (scrolled to the bottom of the page):
   <img width="756" alt="Screenshot 2024-02-21 at 2 45 39 PM" src="https://github.com/apache/airflow/assets/4600967/a85ae1f2-ac7e-4e00-ba3c-fcd16d6c7c9a">
   <img width="753" alt="Screenshot 2024-02-21 at 2 45 34 PM" src="https://github.com/apache/airflow/assets/4600967/8e27aff7-89e2-4f9e-b645-0ca01bf3a49c">
   
   
   
   After:
   <img width="807" alt="Screenshot 2024-02-21 at 2 45 12 PM" src="https://github.com/apache/airflow/assets/4600967/87dc9245-6660-4973-8103-e8815283fd01">
   <img width="786" alt="Screenshot 2024-02-21 at 2 45 15 PM" src="https://github.com/apache/airflow/assets/4600967/bcafbc3f-7231-4c1c-983b-8814d742c2f3">
   
   
   
   I think we can still improve the extra link and notes UI so they take up less vertical space.
   
   ---
   **^ Add meaningful description above**
   Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more information.
   In case of fundamental code changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+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 a newsfragment file, named `{pr_number}.significant.rst` or `{issue_number}.significant.rst`, in [newsfragments](https://github.com/apache/airflow/tree/main/newsfragments).
   


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


Re: [PR] Show dataset events above task/run details in grid view [airflow]

Posted by "bbovenzi (via GitHub)" <gi...@apache.org>.
bbovenzi commented on PR #37603:
URL: https://github.com/apache/airflow/pull/37603#issuecomment-1959928470

   > @bbovenzi Nice work. is it feasible to add data set event extras? Extras can be used to know about the additional details about the event.
   
   Sure. Updated!


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


Re: [PR] Show dataset events above task/run details in grid view [airflow]

Posted by "bbovenzi (via GitHub)" <gi...@apache.org>.
bbovenzi merged PR #37603:
URL: https://github.com/apache/airflow/pull/37603


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