uranusjr commented on code in PR #36797:
URL: https://github.com/apache/airflow/pull/36797#discussion_r1456968191


##########
airflow/utils/context.py:
##########
@@ -59,6 +59,7 @@
     "inlets",
     "logical_date",
     "macros",
+    "map_index_template",

Review Comment:
   I don’t think we need this field in the context. The value isn’t 
particularly useful to the user when the task is being run (which is context is 
mostly for); if it somehow is, it can always be accessed with 
`context["task"].map_index_template` anyway.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to