shihkauskas opened a new issue, #35357: URL: https://github.com/apache/superset/issues/35357
### Bug description Superset version: 5.0.0 Python version: 3.11 Virtual environment: Yes (venv) Metadata DB: SQLite Installation method: pip install apache-superset Description: After upgrading from Superset 4.x to 5.0.0 in a Python venv environment with default SQLite metadata database, the UI buttons for "Upload CSV" and "Upload Excel to Database" are not visible, even though: ENABLE_FILE_UPLOAD = True is set in superset_config.py The target database (non-metadata DB) has "Allow file upload" enabled in UI User has Admin role superset db upgrade and superset init were executed post-upgrade Is there any way to enable this feature manually in the table? <img width="1090" height="293" alt="Image" src="https://github.com/user-attachments/assets/5e587d9b-bd6a-4e2d-9cee-ca0091b30fbc" /> ### Screenshots/recordings _No response_ ### Superset version 5.0.0 ### Python version 3.11 ### Node version I don't know ### Browser Chrome ### Additional context _No response_ ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
