xinbinhuang commented on a change in pull request #16557:
URL: https://github.com/apache/airflow/pull/16557#discussion_r656658877



##########
File path: docs/apache-airflow/concepts/dags.rst
##########
@@ -441,6 +441,15 @@ Dependency relationships can be applied across all tasks 
in a TaskGroup with the
 
     group1 >> task3
 
+TaskGroup also supports default_args like DAG, it will overwrite the 
default_args in DAG level::

Review comment:
       Small NIT
   
   ```suggestion
   TaskGroup also supports ``default_args`` like DAG, it will overwrite the 
``default_args`` in DAG level::
   ```




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to