uranusjr commented on code in PR #32351:
URL: https://github.com/apache/airflow/pull/32351#discussion_r1262159727
##########
airflow/models/abstractoperator.py:
##########
@@ -382,6 +383,14 @@ def iter_mapped_task_groups(self) ->
Iterator[MappedTaskGroup]:
yield parent
parent = parent.task_group
+ def add_to_taskgroup(self, task_group: TaskGroup) -> None:
+ """Add the task to the given task group.
Review Comment:
But this is not a task
--
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]