Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export Dashboard doesn't work #3656

Closed
ponomar opened this issue Oct 12, 2017 · 8 comments
Closed

Export Dashboard doesn't work #3656

ponomar opened this issue Oct 12, 2017 · 8 comments
Labels
inactive Inactive for >= 30 days

Comments

@ponomar
Copy link

ponomar commented Oct 12, 2017

Version 0.20.4 (the latest)
It's just reloading the page and nothing happens after.

Hot fix

# superset/views/core.py

- '/dashboardmodelview/export_dashboards_form?{}'
+ '/dashboardmodelview/export_dashboards_form?action=go&{}'
@nam147
Copy link

nam147 commented Oct 25, 2017

Hello ponomar,

i encountered this issue and changed core.py like you suggested.
But the problem persists, when exporting a dashboard with a slice that's a map,
or a table for example, the webpage just refreshes.
Is it specific to the type of slice that I'm trying to export ?
Is there an error log somewhere that is created ?
Is this feature working on your end ?

If this feature isn't currently working, could you tell me what is the difficulty
of implementing it ?
The superset version that i have is 0.20.4,

Thank you very much for your help and your time !
Nam

@liuzn4ever
Copy link

A page is intercepted by the browser ,you can use the Edge of win10,then you can download the dashboard file,and its suffix name is .pickle

@patrick-michelberger
Copy link

ponomar's hotfix worked for me. the problem still exsits in the current superset version. @ponomar any plan's to create a pull request for that?

@mistercrunch
Copy link
Member

Turn off your popup blockers

@yamyamyuo
Copy link
Contributor

you can follow this steps https://www.asus.com/us/support/FAQ/1007483/ to turn off your pop up blockers, and in the meanwhile, you should set your config.py

# Add endpoints that need to be exempt from CSRF protection
WTF_CSRF_EXEMPT_LIST = ['http://localhost:8080']

@Jujubre
Copy link

Jujubre commented Jul 10, 2018

Enabling the popup solved this issue.

But exporting a table as a csv works without enabling the popups. Exporting dashboards should also work this way.

@stale
Copy link

stale bot commented Apr 10, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

@stale stale bot added the inactive Inactive for >= 30 days label Apr 10, 2019
@stale stale bot closed this as completed Apr 17, 2019
@DungLai
Copy link

DungLai commented Jan 22, 2020

Enabling the popup solved this issue.

But exporting a table as a csv works without enabling the popups. Exporting dashboards should also work this way.

Same, it doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inactive Inactive for >= 30 days
Projects
None yet
Development

No branches or pull requests

8 participants