Hi,
I put SQLALCHEMY_DATABASE_URI in a caravel_config.py and started caravel from that directory - it reads some config settings, as I see when I change e.g. the CARAVEL_WEBSERVER_PORT, which then is used on "caravel runserver" - however the database uri seems to be ignored - I have to set it in the WebGUI, which starts up, allows to login, but does not find the sqlite.db.
Also the initializing sequence described in the installation docs seems to ignore that setting - there is still a /tmp/sqlite.db file created, with SQLALCHEMY_DATABASE_URI showing to a different file.
Is this already a known bug? should I just report that as an issue in github or is there anything I am not seeing?
Thanks again for your attention!
Karma