uranusjr commented on code in PR #32575:
URL: https://github.com/apache/airflow/pull/32575#discussion_r1267329313
##########
airflow/models/dag.py:
##########
@@ -3316,10 +3315,10 @@ def __repr__(self):
class DagOwnerAttributes(Base):
- """Table defining different owner attributes.
+ """
+ Table defining different owner attributes.
- For example, a link for an owner that will be passed as a hyperlink to the
- "DAGs" view.
+ For example, a link for an owner that will be passed as a hyperlink to the
"DAGs" view.
"""
Review Comment:
What does this change? The previous string looks fine to me
--
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]