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


##########
airflow/api_connexion/schemas/task_instance_schema.py:
##########
@@ -55,6 +55,7 @@ class Meta:
     state = TaskInstanceStateField()
     _try_number = auto_field(data_key="try_number")
     max_tries = auto_field()
+    task_display_name = fields.String(attribute="task_display_name")

Review Comment:
   ```suggestion
       task_display_name = fields.String(attribute="task_display_name", 
dump_only=True)
   ```
   
   ?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to