We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make sure these boxes are checked before submitting your issue - thank you!
superset==0.23.2
being able to upload a .csv file
Throws error [Errno 2] No such file or directory: '/anaconda3/lib/python3.6/site-packages/superset/app/static/uploads/data.csv'
[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.
Trying to upload a .csv file via the gui.
The text was updated successfully, but these errors were encountered:
Same happens here. Added the folder and set the permissions. That fixed the issue.
Sorry, something went wrong.
Add which folder to where? How to set the permission. Thanks!
@timifasubaa
Seen. I'll send out a PR to fix this case.
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.
Successfully merging a pull request may close this issue.
Make sure these boxes are checked before submitting your issue - thank you!
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.
The text was updated successfully, but these errors were encountered: