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


##########
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:
   Okay, I ledt this like the others in dag_schema.py. Seems to be not 100% 
conststent with the schemas in general. In task_instance.py all fields are 
dump-only, in dag_schema they are not.
   Anyway, fixed it, might be a consistency PR following...



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