Smitaambiger opened a new pull request, #64387: URL: https://github.com/apache/airflow/pull/64387
Fixes #63715 ## What this PR does Adds start date and end date filters to the Gantt view. This allows users to focus on a specific time range when visualizing task execution. ## Key changes - Added date input fields (start date and end date) in Gantt UI - Passed selected date range to backend API as query parameters - Backend filters task instances based on provided date range - Added UI validation to prevent invalid date selection (start > end) ## Behavior - When no dates are selected → full data is shown - When date range is selected → only matching tasks are displayed - Invalid ranges are blocked in UI ## Why this change Improves usability for large DAG runs where tasks span wide time ranges. ## Screenshots <img width="1919" height="912" alt="Screenshot 2026-03-29 012631" src="https://github.com/user-attachments/assets/62ac6779-f03f-493d-8497-975f603f71ab" /> -- 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]
