Skip to content

Commit

Permalink
Fix filtered TI links
Browse files Browse the repository at this point in the history
We have links to the graph, filtered down to a specific TI. This was
accidentally broken in apache#38096.
  • Loading branch information
jedcunningham committed Mar 18, 2024
1 parent 29ac05f commit 12aa181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/www/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ def task_instance_link(attr):
"Airflow.grid",
dag_id=dag_id,
task_id=task_id,
root=task_id,
dag_run_id=run_id,
tab="graph",
map_index=attr.get("map_index", -1),
Expand Down

0 comments on commit 12aa181

Please sign in to comment.