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

   I noticed that in the Dag header card there is at no place the "Run ID" 
being visible anymore. You need to click on the "Details" tab to see it. If you 
use (like us) the Run ID as an identifier to know which run a run is (and not a 
logical date which anyway is optional) then it is hard to see (except looking 
at URL) which Dag run you are looking at.
   
   After short discussion in 
https://apache-airflow.slack.com/archives/C0809U4S1Q9/p1758748483974429 I 
understood that this was not intended/concept but is likely nobody complained 
about until now.
   
   This PR replaces the "run after" date with the "run ID".
   
   Before:
   <img width="1350" height="395" alt="image" 
src="https://github.com/user-attachments/assets/9fbb7756-5c6c-4694-ae71-2bbebdd799f3";
 />
   
   After:
   <img width="1350" height="393" alt="image" 
src="https://github.com/user-attachments/assets/43e19b78-a871-4ff4-b6ff-4cc64466d31c";
 />
   


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

Reply via email to