4

In apache superset, I see an 'Export CSV' option to export data as CSV for an individual chart. I have a dashboard which has many charts and I want to allow users to export data from all the charts in a single click. What would the easiest approach to achieve the same?

I see the /superset/explore_json?csv=true API can be invoked to export data for a chart. Can it be used for doing same for multiple charts in a single invocation? Or any other better approach?

Gopi
  • 10,073
  • 4
  • 31
  • 45
  • 5
    Yes, Right now you can export slices individually from a Dashboard one by one, But not all the slices can be exported at once. This might need a PR. You can create a ticket at issue tracker and maybe raise a SIP for this? I am not sure, but the reason this does not exist right now is maybe due to the expensive nature of such operation. – gaurav1999 Sep 01 '20 at 16:22

0 Answers0