superset 连接 starRocks

【详述】在superset中使用连接mysql的方式添加starRocks database总是报错
【背景】已经安装superset mysqlclient驱动
【业务影响】
【StarRocks版本】例如:1.18.2
【集群规模】例如:3fe(1 follower+2observer)+5be(fe与be混部)
【机器信息】CPU虚拟核/内存/网卡,例如:48C/64G/万兆

superset中URI设置为mysql://root:root@192.168.0.118:9030/tets?charset=utf8
点击测试链接,页面报错:“ERROR: Unexpected error occurred, please check your logs for details”。
直接保存会报错:“(MySQLdb._exceptions.ProgrammingError) (1064, “Access denied for user ‘root’ (using password: YES)”) (Background on this error at: http://sqlalche.me/e/13/f405)”

请问有使用superset连接starRocks的大佬吗?帮忙看下这是什么问题?

这里应该是test?

我们可以正常连接,可以发下具体的连接配置吗?

是我密码写的不对,写法有问题,感谢!