We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A clear and concise description of what the bug is.
Be able to see the column
superset_1 | Traceback (most recent call last): superset_1 | File "/app/superset/views/base.py", line 211, in wraps superset_1 | return f(self, *args, **kwargs) superset_1 | File "/app/superset/utils/log.py", line 245, in wrapper superset_1 | value = f(*args, **kwargs) superset_1 | File "/app/superset/views/core.py", line 2574, in sql_json superset_1 | command_result: CommandResult = command.run() superset_1 | File "/app/superset/sqllab/command.py", line 104, in run superset_1 | raise ex superset_1 | File "/app/superset/sqllab/command.py", line 96, in run superset_1 | status = self._run_sql_json_exec_from_scratch() superset_1 | File "/app/superset/sqllab/command.py", line 138, in _run_sql_json_exec_from_scratch superset_1 | raise ex superset_1 | File "/app/superset/sqllab/command.py", line 133, in _run_sql_json_exec_from_scratch superset_1 | return self._sql_json_executor.execute( superset_1 | File "/app/superset/sqllab/sql_json_executer.py", line 111, in execute superset_1 | raise SupersetErrorsException( superset_1 | superset.exceptions.SupersetErrorsException: [SupersetError(message="'+00'", error_type=<SupersetErrorType.GENERIC_DB_ENGINE_ERROR: 'GENERIC_DB_ENGINE_ERROR'>, level=<ErrorLevel.ERROR: 'error'>, extra={'engine_name': 'PostgreSQL', 'issue_codes': [{'code': 1002, 'message': 'Issue 1002 - The database returned an unexpected error.'}]})]
(please complete the following information):
Make sure to follow these steps before submitting your issue - thank you!
This was not an issue in the 1.4.2. May be similar to #19995
The text was updated successfully, but these errors were encountered:
Duplicate of #20155
Sorry, something went wrong.
No branches or pull requests
A clear and concise description of what the bug is.
How to reproduce the bug
Expected results
Be able to see the column
Actual results
Screenshots
Environment
(please complete the following information):
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
This was not an issue in the 1.4.2.
May be similar to #19995
The text was updated successfully, but these errors were encountered: