snowsky opened a new issue, #56306:
URL: https://github.com/apache/airflow/issues/56306

   > Is there a way to fix this manually?
   > 
   > airflow db migrate was failing (no dag_id in the dag_code table). I ended 
up deleting rows in the dag_code and serialized_dag tables but now my DAG 
processor has these errors:
   > 
   > ```
   >     latest_ser_dag._data = new_serialized_dag._data
   >     ^^^^^^^^^^^^^^^^^^^^
   > AttributeError: 'NoneType' object has no attribute '_data'
   > ```
   > 
   > I tried entering the dag processor pod and running `airflow dags 
reserialize` but no luck.
   
   If you have access to DB, truncate `dag_code` and `serialized_dag` table.
   
   _Originally posted by @kaxil in 
https://github.com/apache/airflow/issues/49563#issuecomment-2857985521_
   


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

Reply via email to