hainenber commented on issue #37793: URL: https://github.com/apache/superset/issues/37793#issuecomment-3878358519
Right now, Superset still relies on SQLAlchemy v1.4.x which doesn't support newer `oracledb` and only `cx_Oracle`. There's an upcoming [PR](https://github.com/apache/superset/pull/35117) to update SQLAlchemy to v2 which will unblock the works to migrate to `oracledb`. For now, I believe you gotta use the workaround in this [discussion](https://github.com/apache/superset/discussions/37428) for the time being. I'll be closing this ticket as this is the improvement in the long run. -- 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]
