Feature request: Allow (optional) download data from public dashboards #7370
filip-jezek
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With public dashboards, we are serving data to the clients. There are more of them, so using a separate users with separate data sources is very impractical, as it basically requires to fork all queries and dashboard for each new client. Therefore, I want to share the public link, while securing the redash access behind the SSO.
So far that works, but the clients need to be able to download the data too. Sending that manually is pretty painful, it kind of invalidates the whole Redash strategy. This would help thaaaaat much!
Related, a similar one has already been asked here #6334 (but unanswered).
Ideally it would be a setting of a visualization. A simple solution will be to enable that in global settings and change it here
redash/client/app/components/dashboards/dashboard-widget/Widget.jsx
Line 113 in 594e2f2
Thanks for considering!
Beta Was this translation helpful? Give feedback.
All reactions