uranusjr commented on code in PR #38446:
URL: https://github.com/apache/airflow/pull/38446#discussion_r1537293285
##########
airflow/models/baseoperator.py:
##########
@@ -1001,6 +1005,7 @@ def __init__(
self.doc_yaml = doc_yaml
self.doc_rst = doc_rst
self.doc = doc
+ self._task_display_name = task_display_name
Review Comment:
Same for `dag_display_name`.
--
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]