Solution (#50624): Airflow 3.0.x : Bring back from Airflow 2.x "Status of all previo#69654
Open
TFGSUMIT wants to merge 2 commits into
Open
Solution (#50624): Airflow 3.0.x : Bring back from Airflow 2.x "Status of all previo#69654TFGSUMIT wants to merge 2 commits into
TFGSUMIT wants to merge 2 commits into
Conversation
…x "Status of all p
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide
|
…x "Status of all p
choo121600
requested changes
Jul 9, 2026
choo121600
left a comment
Member
There was a problem hiding this comment.
There seem to be quite a few unnecessary changes.
I'd appreciate it if you could follow the PR guide, including the PR title and template.
https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
airflow-webserver/views/dags.pywith new route/dagsdags.htmlairflow-webserver/views/__init__.pyto register new blueprintairflow-webserver/__init__.pyto use new blueprintTesting instructions:
airflow webserverPlease review and test this PR to ensure it meets the requirements and does not introduce any regressions.