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

Upload a csv via gui points to non existing folder: '.../superset/app/static/uploads/data.csv' #4576

Closed
3 tasks done
TMorville opened this issue Mar 8, 2018 · 5 comments · Fixed by #4829
Closed
3 tasks done

Comments

@TMorville
Copy link

Make sure these boxes are checked before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if any
  • I have reproduced the issue with at least the latest released version of superset
  • I have checked the issue tracker for the same issue and I haven't found one similar

Superset version:

superset==0.23.2

Expected results:

being able to upload a .csv file

Actual results:

Throws error [Errno 2] No such file or directory: '/anaconda3/lib/python3.6/site-packages/superset/app/static/uploads/data.csv'

This is not the path where the data is stored.

Steps to reproduce:

Trying to upload a .csv file via the gui.

@EricDiepeveen
Copy link

Same happens here. Added the folder and set the permissions. That fixed the issue.

@marslhx
Copy link

marslhx commented Apr 5, 2018

Add which folder to where?
How to set the permission.
Thanks!

@mistercrunch
Copy link
Member

@timifasubaa

@timifasubaa
Copy link
Contributor

Seen. I'll send out a PR to fix this case.

@welshamy
Copy link

I had the same problem and solved it properly by changing the path where Superset uploads the CSV.

Here is Stackoverflow answer that worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants