stephenonethree commented on issue #16344:
URL: https://github.com/apache/airflow/issues/16344#issuecomment-929414210


   I am also experiencing this issue when upgrading from Airflow 2.0.2 to 
2.1.2. The error comes up when running `airflow db upgrade` itself.
   
   ```
   (airflow) szzz@MacBook-Pro airflow % airflow db upgrade
   --- Logging error ---
   Traceback (most recent call last):
     File 
"/Users/szzz/.local/share/virtualenvs/airflow-abcd/lib/python3.8/site-packages/sqlalchemy/engine/base.py",
 line 1276, in _execute_context
       self.dialect.do_execute(
     File 
"/Users/szzz/.local/share/virtualenvs/airflow-abcd/lib/python3.8/site-packages/sqlalchemy/engine/default.py",
 line 608, in do_execute
       cursor.execute(statement, parameters)
   psycopg2.errors.UndefinedColumn: column variable.description does not exist
   LINE 1: ...e_id, public.variable.key AS public_variable_key, public.var...
   ```


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