uranusjr opened a new pull request, #23071:
URL: https://github.com/apache/airflow/pull/23071

   This raises an exception if a task already belonging to a task group 
(including added to a DAG, since such task is automatically added to the DAG's 
root task group).
   
   Also, according to the issue response, manually calling `TaskGroup.add()` is 
not considered a supported way to add a task to group. So a meta-marker is 
added to the function docstring to prevent it from showing up in documentation 
and users from trying to use it.
   
   Fix #14864.


-- 
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]

Reply via email to