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

   Title: Bring back the 'Status of all previous DAG runs' column in DAGs main 
page
   
   Description:
   This PR brings back the 'Status of all previous DAG runs' column in the DAGs 
main page, which was a feature in Airflow 2.x but was removed in Airflow 3.0.x.
   
   Changes:
   - Added `airflow-webserver/views/dags.py` with new route `/dags`
   - Created new template `dags.html`
   - Modified `airflow-webserver/views/__init__.py` to register new blueprint
   - Modified `airflow-webserver/__init__.py` to use new blueprint
   
   Testing instructions:
   1. Run `airflow webserver`
   2. Navigate to the DAGs main page
   3. Verify the 'Status of all previous DAG runs' column is displayed
   
   Please review and test this PR to ensure it meets the requirements and does 
not introduce any regressions.


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