ciolo opened a new issue #19469: URL: https://github.com/apache/superset/issues/19469
Hi, I installed Superset in a Kubernetes cluster without helm. I mounted the `superset_config.py` file in a volume under `PYTHONPATH`. I connected a postgres db instance successfully. Everything is fine. Now I would like to connect an Elasticsearch instance. I tried to mount the `requirements_local.txt` with `elasticsearch-dbapi` inside, like README states, but it didn't work; when I try to connect with SQLALCHEMY URI and check the logs I see the message `Error: could not load database driver superset`. I tried to run `pip install elasticsearch-dbapi` inside the pod but same error appears. Can u help me? -- 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. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org