dheerajturaga commented on code in PR #73087:
URL: https://github.com/apache/airflow/pull/73087#discussion_r4009479130
##########
airflow-core/docs/core-concepts/dags.rst:
##########
@@ -585,6 +585,11 @@ Dependency relationships can be applied across all tasks
in a TaskGroup with the
group1() >> task3
+Dependencies between sibling tasks and TaskGroups must remain acyclic when
each TaskGroup is treated as a
+single unit. For example, if any task in ``group1`` is upstream of a task in
``group2``, another task in
Review Comment:
done
--
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]