ephraimbuddy commented on a change in pull request #18554:
URL: https://github.com/apache/airflow/pull/18554#discussion_r716990684



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

Review comment:
       Another option would be to use `try_except` in all the places we called 
`get_dag`




-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to