AramisN commented on pull request #13893:
URL: https://github.com/apache/airflow/pull/13893#issuecomment-935694176


   Said its been fixed in 2.0.x but i see it again in 2.1.x :|
   
   Something bad has happened.
   Please consider letting us know by creating a bug report using GitHub.
   
   Python version: 3.8.5
   Airflow version: 2.1.1
   Node: f723608ad587
   
-------------------------------------------------------------------------------
   Traceback (most recent call last):
     File "/root/miniconda3/lib/python3.8/site-packages/flask/app.py", line 
2447, in wsgi_app
       response = self.full_dispatch_request()
     File "/root/miniconda3/lib/python3.8/site-packages/flask/app.py", line 
1952, in full_dispatch_request
       rv = self.handle_user_exception(e)
     File "/root/miniconda3/lib/python3.8/site-packages/flask/app.py", line 
1821, in handle_user_exception
       reraise(exc_type, exc_value, tb)
     File "/root/miniconda3/lib/python3.8/site-packages/flask/_compat.py", line 
39, in reraise
       raise value
     File "/root/miniconda3/lib/python3.8/site-packages/flask/app.py", line 
1950, in full_dispatch_request
       rv = self.dispatch_request()
     File "/root/miniconda3/lib/python3.8/site-packages/flask/app.py", line 
1936, in dispatch_request
       return self.view_functions[rule.endpoint](**req.view_args)
     File "/root/miniconda3/lib/python3.8/site-packages/airflow/www/auth.py", 
line 34, in decorated
       return func(*args, **kwargs)
     File 
"/root/miniconda3/lib/python3.8/site-packages/airflow/www/decorators.py", line 
97, in view_func
       return f(*args, **kwargs)
     File 
"/root/miniconda3/lib/python3.8/site-packages/airflow/www/decorators.py", line 
60, in wrapper
       return f(*args, **kwargs)
     File 
"/root/miniconda3/lib/python3.8/site-packages/airflow/utils/session.py", line 
70, in wrapper
       return func(*args, session=session, **kwargs)
     File "/root/miniconda3/lib/python3.8/site-packages/airflow/www/views.py", 
line 2170, in graph
       dag = current_app.dag_bag.get_dag(dag_id)
     File 
"/root/miniconda3/lib/python3.8/site-packages/airflow/utils/session.py", line 
70, in wrapper
       return func(*args, session=session, **kwargs)
     File 
"/root/miniconda3/lib/python3.8/site-packages/airflow/models/dagbag.py", line 
186, in get_dag
       self._add_dag_from_db(dag_id=dag_id, session=session)
     File 
"/root/miniconda3/lib/python3.8/site-packages/airflow/models/dagbag.py", line 
258, in _add_dag_from_db
       raise SerializedDagNotFound(f"DAG '{dag_id}' not found in serialized_dag 
table")
   airflow.exceptions.SerializedDagNotFound: DAG 'DLS_SYS_REGION' not found in 
serialized_dag table


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