steveahnahn commented on code in PR #58511: URL: https://github.com/apache/airflow/pull/58511#discussion_r2547546660
########## 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: Thanks for the suggestion, addressed and tested locally -- 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]
