yanickrochon commented on issue #8538:
URL: https://github.com/apache/superset/issues/8538#issuecomment-1297429967

   What I do not understand is this : I can open the SQLite database with 
`sqlite3`, I can query tables, I can see data, etc. When I go in the admin 
interface (Superset), I can vew dashbaords, queries, etc. but the Databases 
list is empty!
   
   
![image](https://user-images.githubusercontent.com/78461/199070192-b01fb4f6-6c0d-40ca-aaed-217d175d45de.png)
   
   even if there is actual data in the `dbs` table :
   
   ```
   sqlite> select id, database_name FROM dbs;
   1|examples
   2|mysql_db_1
   3|mysql_db_2
   ```
   
   When I create a new database, using Superset, the database is created in the 
SQLite database, but it is still not listed.
   
   Why is it complaining about an "invalid decryption key" when the database is 
fully readable! How to fix this?
   


-- 
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: notifications-unsubscr...@superset.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to