Re: Superset default tables

2018-05-16 Thread arindos . extron

I am creating a new deployment. I would note that I have gone through the 
linked documentation and found it very lacking. I now have a instance of 
superset with its own db. Is there a way to specify multiple datasources on 
startup? I have a dockerized application and would like to take advantage of 
using container aliases via docker compose so that the user of superset doesn't 
have to manually add in these datasources via the UI after superset comes up. 


Superset default tables

2018-05-15 Thread arindos . extron
I am attempting to deploy superset 0.24.0 with my MySQL server set in the 
‘SQLALCHEMY_DATABASE_URI’ field. The issue I run into is superset attempts to 
create a ‘logs’ table on my database, on which I already have a table named 
logs so a create conflict occurs and superset fails to start. What other tables 
are setup by default by Superset? Can I change the name of them in a startup 
config? Is there an easy way around this problem I face?