ashb commented on a change in pull request #11335:
URL: https://github.com/apache/airflow/pull/11335#discussion_r511862369



##########
File path: airflow/exceptions.py
##########
@@ -126,6 +126,10 @@ class DuplicateTaskIdFound(AirflowException):
     """Raise when a Task with duplicate task_id is defined in the same DAG"""
 
 
+class SerializedDagNotFound(AirflowNotFoundException):

Review comment:
       ```suggestion
   class SerializedDagNotFound(DagNotFoundException):
   ```
   Maybe?




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to