sapcode commented on issue #22467:
URL: https://github.com/apache/superset/issues/22467#issuecomment-1360040129

   In superset log we can find the following entries:
   
   superset superset.exceptions.SupersetErrorsException: 
[SupersetError(message="'str' object does not support item assignment", 
error_type=<SupersetErrorType.GENERIC_DB_ENGINE_ERROR: 'GENERI │
   │ superset 2022-12-09 
10:22:57,995:WARNING:superset.views.base:[SupersetError(message="'str' object 
does not support item assignment", 
error_type=<SupersetErrorType.GENERIC_DB_ENGINE_ERROR: │
   │ superset Traceback (most recent call last):
   │ superset File "/app/superset/views/base.py", line 241, in wraps
   │ superset return f(self, *args, **kwargs)
   │ superset File "/app/superset/utils/log.py", line 265, in wrapper
   │ superset value = f(*args, **kwargs)
   │ superset File "/app/superset/views/core.py", line 2408, in sql_json
   │ superset command_result: CommandResult = command.run()
   │ superset File "/app/superset/sqllab/command.py", line 120, in run
   │ superset raise ex │
   │ superset File "/app/superset/sqllab/command.py", line 102, in run
   │ superset status = self._run_sql_json_exec_from_scratch()
   │ superset File "/app/superset/sqllab/command.py", line 157, in 
_run_sql_json_exec_from_scratch
   │ superset raise ex │
   │ superset File "/app/superset/sqllab/command.py", line 152, in 
_run_sql_json_exec_from_scratch
   │ superset return self._sql_json_executor.execute(
   │ superset File "/app/superset/sqllab/sql_json_executer.py", line 111, in 
execute
   │ superset raise SupersetErrorsException(
   │ superset superset.exceptions.SupersetErrorsException: 
[SupersetError(message="'str' object does not support item assignment", 
error_type=<SupersetErrorType.GENERIC_DB_ENGINE_ERROR: 'GENERI


-- 
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]

Reply via email to