dpgaspar commented on issue #8259: unable to display data table in sqlite
URL: 
https://github.com/apache/incubator-superset/issues/8259#issuecomment-533125739
 
 
   Hi,
   
   Just tested it, I've done the following on superset local dev env, with 
loaded examples:
   - created a sqllite db with one table `create table a(c1 Int);`
   - created new data:
   ```
   sqlite> insert into a values(1);
   sqlite> insert into a values(2);
   sqlite> insert into a values(3);
   ```
   - created a new database connection named test1 pointing the the sqllite file
   
   On SQLLab I can browse the table and query it.
   
   Please repeat a similar test, or (if it still fails), post servers logs and 
a list of your database connections

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to