hrishidongre opened a new pull request, #58537: URL: https://github.com/apache/airflow/pull/58537
This PR addresses Issue #58446 Fixes: https://github.com/apache/airflow/issues/58446 The Public Interface documentation as part of the airflow.sdk API, lists TaskGroup but does not describe its parameters or usage. This creates confusion for users because: The TaskGroup constructor is not visible on the website The core concepts page does not mention available parameters The public interface page lists the class name but provides no details This PR adds a new documentation section under Key Imports from airflow.sdk: Describes the purpose of TaskGroup Lists common parameters (group_id, tooltip, default_args, parent_group, etc.) Clarifies decorator vs. class usage File Modified airflow-core/docs/public-airflow-interface.rst -- 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]
