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
Whatever query I run in SQL Lab I get the following error:
ClickHouse Error year 54725 is out of range This may be triggered by: Issue 1002 - The database returned an unexpected error.
clickhouse
select version()
select 1
select now()
select 'hello, world'
A query should run successfully.
I get the following error:
Version 1.44.105 Chromium: 106.0.5249.91 (Official Build) (x86_64)
apache/superset:31895f412eba60e274c7158a39cf0a8455ffd671
3.8.13
FEATURE_FLAGS = { "ALERT_REPORTS": True, "DASHBOARD_RBAC": True, "ENABLE_TEMPLATE_PROCESSING": True, "SCHEDULED_QUERIES": True }
21.12.2.17
clickhouse-sqlalchemy==0.2.2
The text was updated successfully, but these errors were encountered:
Hi @hermanzdosilovic, this issue has been resoved by #21667, so I close it. Feel free to reopen this one if you have the same issue yet.
Sorry, something went wrong.
No branches or pull requests
Whatever query I run in SQL Lab I get the following error:
How to reproduce the bug
clickhouse
databaseselect version()
,select 1
,select now()
, orselect 'hello, world'
Expected results
A query should run successfully.
Actual results
I get the following error:
Screenshots
Environment
Version 1.44.105 Chromium: 106.0.5249.91 (Official Build) (x86_64)
apache/superset:31895f412eba60e274c7158a39cf0a8455ffd671
(Docker image)3.8.13
Checklist
Additional context
21.12.2.17
clickhouse-sqlalchemy==0.2.2
The text was updated successfully, but these errors were encountered: