uranusjr commented on code in PR #58511: URL: https://github.com/apache/airflow/pull/58511#discussion_r2544498415
########## airflow-core/docs/core-concepts/dags.rst: ########## @@ -551,6 +551,10 @@ A TaskGroup can be used to organize tasks into hierarchical groups in Graph view Tasks in TaskGroups live on the same original Dag, and honor all the Dag settings and pool configurations. +.. note:: + For a complete list of parameters available for ``TaskGroup`` and the ``@task_group`` decorator, + see the `TaskGroup API Reference <https://airflow.apache.org/docs/task-sdk/stable/api.html#airflow.sdk.TaskGroup>`_. Review Comment: This should use Sphinx’s reference syntax. I _think_ you can do this (please check locally) ```suggestion .. seealso:: API reference for :class:`~airflow.sdk.TaskGroup` and :class:`~airflow.sdk.task_group`. ``` -- 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]
