choo121600 opened a new issue, #68532:
URL: https://github.com/apache/airflow/issues/68532

   ### Description
   
   Add a built-in UI view that visualizes the **typical (mean / median) start 
and end time of each Dag over a 24-hour timeline**, aggregated from recent 
successful Dag runs. 
   This is **not** the existing Gantt view. The current Gantt is *per Dag run* 
— it shows when each task started/ended within a single run. 
   The proposed view operates at a different level: it aggregates across **all 
Dags** to answer "across my whole deployment, when during the day does each Dag 
usually run?"
   
   <img width="2168" height="1402" alt="Image" 
src="https://github.com/user-attachments/assets/6db18d2f-5561-4b8b-996b-6bda55f83c7d";
 />
   
   ### Use case/motivation
   
   Operators running many Dags currently have no at-a-glance way to see how 
scheduled load is distributed across the day. To understand it today you have 
to open each Dag's runs one by one. 
   This view makes the whole schedule visible at once, which helps to: 
   - spot **overlapping heavy windows** where many Dags pile up at the same 
hour, 
   - find **quiet windows** for maintenance / deploys / resource-intensive 
jobs, 
   - notice **drift** when a Dag's typical run time shifts over recent runs, 
   - plan capacity and SLAs across the fleet.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.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]

Reply via email to