truongnt commented on issue #34816: URL: https://github.com/apache/superset/issues/34816#issuecomment-3213886713
Hi @Dosu, Thanks for response, i will try to look at my config but if you found anything from log coud be very helpful thank you, superset-light-1 | Traceback (most recent call last): superset-light-1 | File "/app/superset/models/helpers.py", line 1041, in exc_query superset-light-1 | df = self.database.get_df( superset-light-1 | ^^^^^^^^^^^^^^^^^^^^^ superset-light-1 | File "/app/superset/models/core.py", line 768, in get_df superset-light-1 | df = self.load_into_dataframe(cursor.description, rows) superset-light-1 | ^^^^^^^^^^^^^^^^^^ superset-light-1 | File "/app/.venv/lib/python3.11/site-packages/oracledb/cursor.py", line 263, in description superset-light-1 | self._verify_open() superset-light-1 | File "/app/.venv/lib/python3.11/site-packages/oracledb/cursor.py", line 156, in _verify_open superset-light-1 | self.connection._verify_connected() superset-light-1 | File "/app/.venv/lib/python3.11/site-packages/oracledb/connection.py", line 86, in _verify_connected superset-light-1 | errors._raise_err(errors.ERR_NOT_CONNECTED) superset-light-1 | File "/app/.venv/lib/python3.11/site-packages/oracledb/errors.py", line 199, in _raise_err superset-light-1 | raise error.exc_type(error) from cause superset-light-1 | oracledb.exceptions.InterfaceError: DPY-1001: not connected to database -- 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]
