ephraimbuddy commented on code in PR #32053:
URL: https://github.com/apache/airflow/pull/32053#discussion_r1240114070


##########
airflow/example_dags/example_setup_teardown_taskflow.py:
##########
@@ -47,12 +45,10 @@ def normal():
     @task_group
     def section_1():
         # You can also have setup and teardown tasks at the task group level
-        @setup
         @task
         def my_setup():
             print("I set up")
 
-        @teardown

Review Comment:
   Should we create another example dag to demonstrate this usage instead of 
removing this one?



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

Reply via email to