uranusjr commented on code in PR #38446:
URL: https://github.com/apache/airflow/pull/38446#discussion_r1540204399
##########
airflow/api_connexion/schemas/dag_schema.py:
##########
@@ -50,6 +50,7 @@ class Meta:
model = DagModel
dag_id = auto_field(dump_only=True)
+ dag_display_name = fields.String(attribute="dag_display_name")
Review Comment:
Should this and `task_display_name` on TI also have `dump_only`? I don’t
think it makes sense to be able to modify them.
--
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]