jscheffl commented on code in PR #38446:
URL: https://github.com/apache/airflow/pull/38446#discussion_r1538215518
##########
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:
Okay, also here existing code I took over from the previous PR. In my view
actually mapping the private name to the property was obvious a good choice.
But if you have a different opinion, also fine with this. Renamed:
- `_task_display_name` --> `_task_display_property_value`
- `_dag_display_name` --> `_dag_display_property_value`
--
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]