uranusjr commented on a change in pull request #15397:
URL: https://github.com/apache/airflow/pull/15397#discussion_r659490781
##########
File path: airflow/exceptions.py
##########
@@ -115,6 +115,17 @@ class AirflowClusterPolicyViolation(AirflowException):
"""Raise when there is a violation of a Cluster Policy in Dag definition"""
+class AirflowTimetableInvalid(AirflowException):
Review comment:
`AirflowTimetableInvalid` is more in line with other exceptions like
`DagNotFound`, `DuplicateTaskIdFound` etc. (Naming of existing exceptions is
already a bit inconsistent so I understand why you feel this way 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]