shubham22 commented on code in PR #32591:
URL: https://github.com/apache/airflow/pull/32591#discussion_r1264305464
##########
airflow/utils/task_group.py:
##########
@@ -398,6 +389,8 @@ def child_id(self, label):
@property
def upstream_join_id(self) -> str:
"""
+ # TODO: D205-ify this one
Review Comment:
how about "Creates a unique ID for upstream dependencies of this TaskGroup"?
OR
"Get the ID of the proxy node for immediate upstream dependencies of this
TaskGroup."
--
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]