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


   1. There is sqlite_version and version:
   ```
   >>> sqlite3.sqlite_version
   '3.11.0'
   >>> sqlite3.version
   '2.6.0'
   ```
   
   2. Using db shell:
   
   ```
   ~$ airflow db shell
   SQLite version 3.34.0 2020-12-01 16:14:00
   Enter ".help" for usage hints.
   sqlite> SELECT sqlite_version();
   3.34.0
   ```
   
   3. I also tried to install the VM again([vm 
link](https://marclamberti.com/form-course-material-100/)) but i had no 
success, just putting here if someone want to know exactly how my enviroment is 
configured, password is vagrant


----------------------------------------------------------------
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:
[email protected]


Reply via email to