Hi all,
I’m using redash in a docker system (installed not by be) .

To connect to a sqlite file in the same server in which is redash, do I must use simply the absolute PATH of the file?
I have done, but without success.

Thank you

If Redash runs in a Docker container and the SQLite database is on your host machine, they use different filesystems. You can use Docker’s Volumes feature, to share the file from your host with the Redash container.

1 Like