It's working. Thanks @girish !
A
as1111111
@as1111111
Posts
-
Database drivers -
Database driversThanks for the fast update! Will test it.
-
Database driversThanks for offering Superset in Cloudron!
Is there a simple way to install additional database drivers? In our case we would like to connect a Microsoft SQL server.
According to the superset documentation at https://superset.apache.org/docs/databases/docker-add-drivers I should create a textfile as follows:touch ./docker/requirements-local.txt
followed by
echo "mysqlclient" >> ./docker/requirements-local.txt
Or is this possible via the env.sh file?
Thanks for your help!