Describe the bug
When connecting to Snowflake DB via Cube in docker, I see "undefined", instead of DB name.
To Reproduce
Connect to snowflake DB,
Check /schemas, seeing undefined in DB
Expected behavior
I should be seeing the Database and its tables, not undefined.
Screenshots
Version:
Latest
Additional context
Simply trying to connect to snowflake DB and having issues...
I can see the query being made in SNOWFLAKE BACKEND:
SELECT COLUMNS.COLUMN_NAME as "column_name",
COLUMNS.TABLE_NAME as "table_name",
COLUMNS.TABLE_SCHEMA as "table_schema",
CASE WHEN COLUMNS.NUMERIC_SCALE = 0 AND COLUMNS.DATA_TYPE = 'NUMBER' THEN 'int' ELSE COLUMNS.DATA_TYPE END as "data_type"
FROM INFORMATION_SCHEMA.COLUMNS
WHERE COLUMNS.TABLE_SCHEMA NOT IN ('INFORMATION_SCHEMA')
The query succeeds, but I still get the undefined in my UI
I believe a list is returned with 6 items of undefined
Describe the bug When connecting to Snowflake DB via Cube in docker, I see "undefined", instead of DB name.
To Reproduce
Connect to snowflake DB, Check /schemas, seeing undefined in DB
Expected behavior I should be seeing the Database and its tables, not undefined. Screenshots
Version: Latest
Additional context Simply trying to connect to snowflake DB and having issues... I can see the query being made in SNOWFLAKE BACKEND:
The query succeeds, but I still get the undefined in my UI
I believe a list is returned with 6 items of undefined