This is an automated email from the ASF dual-hosted git repository.

jscheffl pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-10-test by this push:
     new a5950c3af9a Allow Dynamic Tasks to be Searchable Using 
map_index_template (#45109) (#45122)
a5950c3af9a is described below

commit a5950c3af9afc0fab151b2b0bfdf7a33c4c4f3ea
Author: Jens Scheffler <[email protected]>
AuthorDate: Fri Dec 20 21:50:59 2024 +0100

    Allow Dynamic Tasks to be Searchable Using map_index_template (#45109) 
(#45122)
    
    (cherry picked from commit 16e8a268753bd61c078f0a33f28e85496423975d)
---
 airflow/www/views.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airflow/www/views.py b/airflow/www/views.py
index 92fa534f571..fdaee7a79f6 100644
--- a/airflow/www/views.py
+++ b/airflow/www/views.py
@@ -5356,6 +5356,7 @@ class TaskInstanceModelView(AirflowModelView):
         "task_id",
         "run_id",
         "map_index",
+        "rendered_map_index",
         "execution_date",
         "operator",
         "start_date",

Reply via email to