cube
cube copied to clipboard
is there any way to mention DB_Name for SQL API in cubejs?
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.
But when ever I try to connect specific table it shows the following error.
I am assuming that the path for the table is wrong since I cannot see any database names 'postgres' listed in pg-cli.
Is my assumption right? if so how can I provide database name in cubejs env file?