【问题标题】:Superset Cannot access to ClickHouse DBSuperset 无法访问 ClickHouse 数据库
【发布时间】:2020-07-12 00:30:24
【问题描述】:

Superset 无法访问 ClickHouse 并产生以下错误消息:

ERROR: {"error": "Connection failed!
The error message returned was:
Code: 516, e.displayText() = DB::Exception: default: Authentication failed: password is incorrect or there is no user with such name (version 20.3.4.10 (official build))"}

URI 字符串是:

clickhouse://default:1234@195.87.222.11:8123/tutorial

提前致谢。

【问题讨论】:

    标签: clickhouse apache-superset


    【解决方案1】:

    这是sqlalchemy-clickhouse中的bug,修复需要手动将包infi.clickhouse_orm降级到1.0.4版本:

    pip install infi.clickhouse_orm==1.0.4
    

    查看更多详情here

    【讨论】:

      猜你喜欢
      • 2020-04-12
      • 1970-01-01
      • 1970-01-01
      • 2018-04-27
      • 2023-03-06
      • 2020-02-12
      • 2023-04-04
      • 2020-06-12
      相关资源
      最近更新 更多