patgarz commented on code in PR #34051:
URL: https://github.com/apache/airflow/pull/34051#discussion_r1316499155


##########
airflow/models/log.py:
##########
@@ -37,6 +37,7 @@ class Log(Base):
     event = Column(String(30))
     execution_date = Column(UtcDateTime)
     owner = Column(String(500))
+    friendly_owner = Column(String(500))

Review Comment:
   Yeah, I was struggling to come up with something a little more concise but I 
think clarity outweighs that concern here. `owner_display_name` works and is 
the most accurate.



-- 
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-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to