You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/06 17:42:40 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #22787: Set Grid view data as camelCase in webserver

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


##########
airflow/www/utils.py:
##########
@@ -113,6 +113,17 @@ def get_mapped_summary(parent_instance, task_instances):
         if parent_instance.prev_attempted_tries != 0
         else parent_instance.try_number
     )
+    if camel_case:

Review Comment:
   What is using the non-camel-case format?



-- 
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