wiasliaw commented on PR #73555: URL: https://github.com/apache/airflow/pull/73555#issuecomment-5792473084
Sure. ## without any filter <img width="1796" height="422" alt="image" src="https://github.com/user-attachments/assets/2fdf474a-7538-43da-b7d8-387b687a72f0" /> ## With the Start time pill applied: [2026/09/23 00:00, 2026/09/23 16:32] The Start time pill excludes any task whose start time falls outside the selected range. In this example, the last task is filtered out because it starts after 16:32. <img width="1714" height="412" alt="image" src="https://github.com/user-attachments/assets/69e42c32-56af-41cf-94cc-84c85d3e841d" /> ## With both the Start time pill [2026/09/23 00:00, 2026/09/23 16:32] and the End time pill [2026/09/23 00:00, 2026/09/23 16:35] applied The End time pill further excludes any task whose end time falls outside the selected range. In this example, the last remaining task is filtered out because it ends after 16:35. The Gantt chart is then redrawn using the execution times of the remaining tasks only. <img width="1707" height="417" alt="image" src="https://github.com/user-attachments/assets/c02df52a-a745-40cc-b194-9a3a5ca994a0" /> -- 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]
