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
When add a database in superset, connect to clickhouse,it report this error:
Because clickhouse doesn't support "SHOW VARIABLES"。
If the code about "show variables" is commented from superset, another error will be reported:
Clickhouse doesn't support "select database()" either.
Will clickhouse be planned to support the integration with superset?
The text was updated successfully, but these errors were encountered:
Why do you connect from SuperSet using Mysql protocol?
It have native support for clickhouse: apache/superset#1844
About MySQL compatibility - see #9336 @BohuTANG is working on that, AFAIK.
Sorry, something went wrong.
No branches or pull requests
When add a database in superset, connect to clickhouse,it report this error:
Because clickhouse doesn't support "SHOW VARIABLES"。
If the code about "show variables" is commented from superset, another error will be reported:
Clickhouse doesn't support "select database()" either.
Will clickhouse be planned to support the integration with superset?
The text was updated successfully, but these errors were encountered: