truongnt opened a new issue, #34816: URL: https://github.com/apache/superset/issues/34816
### Bug description I am setting up superset with docker compese light version as guidance. follow steps to add oracle by 1. add to superset_config.py import sys import oracledb oracledb.version = "8.3.0" sys.modules["cx_Oracle"] = oracledb import cx_Oracle 2. add to requerements-local.txt oracledb 3. add oracle connection Now I can query data from database but when I try to viz that dataset error show up ### Screenshots/recordings <img width="1515" height="740" alt="Image" src="https://github.com/user-attachments/assets/7c4060c5-9bba-4e87-bccf-a84ae2b4e906" /> ### Superset version master / latest-dev ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [ ] I have searched Superset docs and Slack and didn't find a solution to my problem. - [ ] I have searched the GitHub issue tracker and didn't find a similar bug report. - [ ] 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]
