-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix task instances list link #38096
Fix task instances list link #38096
Conversation
Breeze |
Hi. @bbovenzi , @potiuk I looked at the code in the commit and it seems to me that the "root" part of the link is omitted in the url_root. Old one: New one: There is no root in the new one. I think, the "root" filtering (very helpful in large Dags) should remain, only "task_id" should be added. |
We have links to the graph, filtered down to a specific TI. This was accidentally broken in apache#38096.
We have links to the graph, filtered down to a specific TI. This was accidentally broken in #38096.
(cherry picked from commit 43d7f6d)
Fixes: #38030
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.