Open pandamien opened 2 years ago
Hi @pandamien and thanks for posting! Could you confirm user permissions allow to read schema tables?
Hi @ivan-vdovin , yes the user has permissions to read schema tables. same user is used for superset connection and works fine.
Description
We are running a self hosted Cube Js with Docker-compose. The datasource is a prestodb cluster with a master and 2 workers the presto-server version is 0.26 The error happens right after the connection stage, in the playground it fails to load the database schemas. the connection is fine, and we can create schema manually, which also works fine. seems the error happens in PrestoDriver, specifically in presto-client (node_modules/presto-client/lib/presto-client/index.js:133:13)
could be that the presto-client doesn't support reading schema list, but can only preform requests ?
To Reproduce
the simple getting started setup produce this error Here are the env configurations used for Docker-compose, no custom or specific configurations
Docker-compose
error message