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


##########
airflow/models/dag.py:
##########
@@ -685,6 +685,7 @@ def validate(self):
             )
         self.params.validate()
         self.timetable.validate()
+        self.validate_setup_teardown()

Review Comment:
   Looks like we have some tests that have setup without teardown: 
https://github.com/apache/airflow/blob/5a4106d96e670b82004dd6fa221cf3c29b2496a9/tests/decorators/test_setup_teardown.py#L421-L423
   Should we remove those because I think it gives the impression that they are 
supported?



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