SameerMesiah97 commented on code in PR #69768:
URL: https://github.com/apache/airflow/pull/69768#discussion_r3642128935
##########
airflow-core/docs/core-concepts/multi-team.rst:
##########
@@ -269,6 +269,14 @@ Use the ``--team-name`` option with ``airflow pools set``
to assign a pool to a
The ``--team-name`` option is rejected when ``core.multi_team`` is
disabled.
The specified team must exist in the database (create it first with
``airflow teams create``).
+ When ``core.multi_team`` is enabled, ``airflow teams create`` automatically
+ creates a default pool named ``default_pool_<team_name>``. Tasks in DAG
+ bundles associated with that team that do not explicitly specify a pool
will
+ use the team's default pool automatically.
+
+ Existing multi-team deployments should run ``airflow teams sync`` after
upgrading
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]