ashb commented on a change in pull request #20425:
URL: https://github.com/apache/airflow/pull/20425#discussion_r773402804
##########
File path: airflow/example_dags/example_task_group_decorator.py
##########
@@ -57,8 +57,8 @@ def task_end():
# Creating TaskGroups
-@task_group
-def task_group_function(value):
+@task_group()
Review comment:
It does, but generally in the examples I think we should use it without
parentheses
--
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]