cube icon indicating copy to clipboard operation
cube copied to clipboard

is there any way to mention DB_Name for SQL API in cubejs?

Open akhlaq-ha opened this issue 1 year ago • 5 comments

Problem

I am trying to connect SQL API via PostgreSQL OLEBD driver provided by Intellisoft in excel. The connection establishes successfully and I can see the tables list.

image

But when ever I try to connect specific table it shows the following error.

image image

I am assuming that the path for the table is wrong since I cannot see any database names 'postgres' listed in pg-cli.

image

Is my assumption right? if so how can I provide database name in cubejs env file?

akhlaq-ha avatar Apr 12 '23 11:04 akhlaq-ha