tirkarthi opened a new pull request, #44961: URL: https://github.com/apache/airflow/pull/44961
Add asset events to dashboard to display the top 6 events sorted by default newest first (latest) asset events. The source links to the task instance the created the event. The selected time from filter is applied to the API to get only events in last 12 hours, past week etc. The triggered dagruns links to the dagruns triggered due to the asset event. Notes to reviewer and self 1. The UI prototype had small circle to denote the task instance and dagrun status but this might cause more API calls. 2. The first dagrun is linked with the prototype a link to "+n more" where n are the remaining dagruns. But currently there is no asset page to link to for better information and how do we display the same. 3. When there is `from_rest_api` it's usually from API and source is displayed as API. Similar can be done for asset events from trigger. Opened #44944 for discussion. 4. The UI prototype displays `asset.uri` for the card. Do we need to display `asset.name` or `asset.uri` ? 5. The variant should be flushed but typescript doesn't agree with the variant to remove border as per design. 6. In case of no events does this section needs to be displayed?   -- 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]
