ashb commented on code in PR #68348:
URL: https://github.com/apache/airflow/pull/68348#discussion_r3396107714


##########
airflow-core/src/airflow/api_fastapi/core_api/datamodels/event_logs.py:
##########
@@ -38,6 +38,7 @@ class EventLogResponse(BaseModel):
     event: str
     logical_date: datetime | None
     owner: str | None
+    owner_display_name: str | None

Review Comment:
   Given `owner` is already a string -- why do need to send `owner` and 
`owner_display_name`? Could we get away with changing which value we put in the 
existing `owner` field?



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