Database drivers
-
-
-
Hi Community! Hi girish! Is it possible for you to add clickhouse support to the base package?
Or, is it possible for me to add it after the istallation?
I triedpip install clickhouse-connect
on terminal
but I got an
ERROR: Could not install packages due to an OSError: [Errno 30] Read-only file system: '/app/code/venv/lib/python3.8/site-packages/zstandard'
I am new cloudron user and this is my first post here. I want to thank you all for this precious piece of software and your valuable support.
-
Hi @girish would it be possible to add the Snowflake driver ?
Command:
echo "snowflake-sqlalchemy" >> ./docker/requirements-local.txt
-
@rapmac13160 added, please check in the latest package.
-
@girish we are trying to connect a MySQL DB but it requires the following:
driver "mysql-connector-python"
Is it possilble for it to be installed by us or by your team (by pushing it in the new update)?
Thank you -
@creative567145 I was going to say that it works fine with ours but it seems newer MySQL needs that module per https://github.com/apache/superset/blob/3dadefcfb0f0f2da159bec549ca1ed87263a31b6/docs/docs/configuration/databases.mdx#mysql .