Is it possible to open local sqlite .db files in redash sqlite query runner?? #6350
-
|
Is it possible to open local sqlite files in redash? If yes, how? Under what path should I place those files ? |
Beta Was this translation helpful? Give feedback.
Answered by
ashutosh6500
Aug 7, 2023
Replies: 1 comment 1 reply
-
|
One can place files in redash/redash folder and its present in container as /app/redash. Thus, for dbpath, /app/redash/filename should be given. In case of custom local directory, one can add volume in docker-compose file! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
justinclift
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One can place files in redash/redash folder and its present in container as /app/redash. Thus, for dbpath, /app/redash/filename should be given. In case of custom local directory, one can add volume in docker-compose file!