I’ve been trying to upload CSV files in superset (I changed the settings and File uploads are allowed in my database).
When I try to upload them it says:
Database upload file failed
I’m pretty sure I used the right divider and I chenged the setting to replace for “IF TABLE ALREADY EXISTS”
I’m new to all of this so I might have made a mess but I’ve tried to change the config.py file in my docker container (I downloaded superset with docker desktop) the following way
PREVENT_UNSAFE_DB_CONNECTIONS = False
Instead of true.
I also altered the max num of lines per imported file.
This didn’t really change anything except that it takes longer to produce the error (loads for longer).
I know about the superset_config.py file and how it overwrites what’s in config but I’m confused why we can’t just edit config?
Also does anyone know if I were to create the superset_config.py file how can I add it to my docker container ?
Thanks!
Louise Bardouil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.