You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "tirkarthi (via GitHub)" <gi...@apache.org> on 2023/07/12 16:50:50 UTC

[GitHub] [airflow] tirkarthi commented on a diff in pull request #32527: Display execution_date in graph view task instance tooltip.

tirkarthi commented on code in PR #32527:
URL: https://github.com/apache/airflow/pull/32527#discussion_r1261456026


##########
airflow/www/utils.py:
##########
@@ -132,6 +135,7 @@ def get_mapped_summary(parent_instance, task_instances):
         "end_date": group_end_date,
         "mapped_states": mapped_states,
         "try_number": get_try_count(parent_instance._try_number, parent_instance.state),
+        "execution_date": parent_instance.execution_date,

Review Comment:
   `execution_date` is the term used in the HTML template code where its referenced by graph view. Changing this to logical_date will require changes to frontend references and increase the scope of the PR.
   
   https://github.com/apache/airflow/commit/e16207409998b38b91c1f1697557d5c229ed32d1



-- 
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-unsubscribe@airflow.apache.org

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