Snowflake-Labs / sqltools-snowflake-driver

A Snowflake driver for the SQLTools VSCode extension.
MIT License
35 stars 15 forks source link

Schema Table not able to pull #72

Open ryoungWH opened 7 months ago

ryoungWH commented 7 months ago

I have a database which - for some reason outside of my control - is set up bounded by speech marks. When trying to access the schema, it fails as the JSON ---- "database": "\"ProdDB\"", ---- seems to be resolving to ProdDB.INFORMATION_SCHEMA and not "ProdDB".INFORMATION_SCHEMA. The data warehouse is held on Snowflake.