edgui-appolonicorreia opened a new issue, #20371: URL: https://github.com/apache/superset/issues/20371
I'm having an issue to connect to an Oracle DB. I've already followed the steps to create a `requirements-local.txt` file into `docker/` `cx_Oracle` package, but still not working. #### How to reproduce the bug 1. `touch ./docker/requirements-local.txt` 2. echo "cx_Oracle" >> ./docker/requirements-local.txt 3. docker-compose build --force-rm 4. docker-compose up ### Expected results I was expecting to be able to connect into a Oracle database. ### Actual results Actually I got this error message: `ERROR: (builtins.NoneType) None (Background on this error at: http://sqlalche.me/e/13/dbapi)` #### Screenshots  ### Environment (please complete the following information): - browser type and version: Brave - superset version: `latest` - any feature flags active: `cx_Oracle` driver - Database: AWS Oracle ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context I'm using an AWS Oracle instance to test. I've checked the logs of the superset_worker superset_worker_beat containers, and seems that the cx-Oracle lib was successfully installed.  The superset_app container log:  -- 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]
