james-valbuena opened a new issue #21833:
URL: https://github.com/apache/airflow/issues/21833


   ### Apache Airflow version
   
   2.2.4 (latest released)
   
   ### What happened
   
   I executed the following command `pip install apache-airflow -U`, to upgrade 
to the latest version of Airflow. 
   
   This was successful, I can execute `airflow info` and `airflow check` 
returning 2.2.4 and INFO - Connection successful respectively. 
   
   When I run `airflow webserver`, I receive the following error in the browser:
   `
   sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: 
session
   [SQL: SELECT session.id AS session_id_1, session.session_id AS 
session_session_id, session.data AS session_data, session.expiry AS 
session_expiry 
   FROM session 
   WHERE session.session_id = ?
    LIMIT ? OFFSET ?]
   [parameters: ('228b8648-db66-4795-9379-040adb92c08e', 1, 0)]
   (Background on this error at: http://sqlalche.me/e/13/e3q8)
   `
   
   I have tried 
   
   - airflow db upgrade
   - airflow db reset
   
   Neither correct the error, I am really lost to resolve the error and getting 
nervous as I need my local working for my job.
   
   Any help would be most appreciated. 
   
   ### What you expected to happen
   
   Airflow to successfully run after installation 
   
   ### How to reproduce
   
   _No response_
   
   ### Operating System
   
   macOS
   
   ### Versions of Apache Airflow Providers
   
   apache-airflow-providers-amazon==2.5.0
   apache-airflow-providers-ftp==2.0.0
   apache-airflow-providers-http==2.0.0
   apache-airflow-providers-imap==2.0.0
   apache-airflow-providers-mysql==2.1.1
   apache-airflow-providers-sqlite==2.0.0
   
   ### Deployment
   
   Virtualenv installation
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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