uranusjr commented on code in PR #32520:
URL: https://github.com/apache/airflow/pull/32520#discussion_r1259573701
##########
airflow/models/baseoperator.py:
##########
@@ -796,6 +797,9 @@ def __init__(
)
validate_key(task_id)
+ self.task_id = task_id
+ self.display_name = display_name or task_id
Review Comment:
This should also consider parents, see how `self.task_id` is calculated
below.
--
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]