You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/04 16:08:54 UTC

[GitHub] [airflow] potiuk commented on issue #13397: airflow 2.0.0 sqlite3.OperationalError syntax error

potiuk commented on issue #13397:
URL: https://github.com/apache/airflow/issues/13397#issuecomment-754064189


   Are you sure your sqlite version is correcty installed and used?
   
   1) Can you follow this https://stackoverflow.com/questions/44621879/figuring-out-my-sqlite-version?rq=1  and report what you see?
   
   2) Airflow has a neat `airflow db shell` command and it prints the version used
   
   3) If all is fine can you wipe out the databases you find in ${AIRFLOW_HOME}/ or ${HOME}/airflow folder and retry? This is where sqlite database gets created and it is likely that if you the db got alrready created with old version, some backwards-compatibility mode kicks in, so deleting it might tigger recreation with the latest version.


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

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