Issue Summary
Can you export data sources via the api or manage script?
Technical details:
- Redash Version: 8
- Browser/OS: chrome
- How did you install Redash: docker
Can you export data sources via the api or manage script?
Can you elaborate more on your use case here? What do you mean by exporting?
Backing up the data sources for use after a crash or in another system. Exporting: Downloading to an offline file.
Ahhh. With a docker based install, the general approach people use is to backing up the PostgreSQL database. That has all the data source, query, dashboard (etc) info in it.
In theory, you should have access to do that (with a docker based solution).