dstandish commented on code in PR #32062:
URL: https://github.com/apache/airflow/pull/32062#discussion_r1238712116
##########
airflow/models/dag.py:
##########
@@ -685,6 +685,7 @@ def validate(self):
)
self.params.validate()
self.timetable.validate()
+ self.validate_setup_teardown()
Review Comment:
yeah we should. i think ultimately we'll have to raise this on the list
though.
--
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]